#253BDC

Color #253BDC Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #253BDC

Tints of Persian Blue #253BDC

Color information

#253BDC (or 0x253BDC) is unknown color: approx Persian Blue. HEX triplet: 25, 3B and DC. RGB value is (37,59,220). Sum of RGB (Red+Green+Blue) = 37+59+220=316 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.71% from 316); Green value is 59 (23.44% from 255 or 18.67% from 316); Blue value is 220 (86.33% from 255 or 69.62% from 316); Max value from RGB is 220 - color contains mainly: blue. Hex color #253BDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #253BDC is #DAC423. Grayscale: #464646. Windows color (decimal): -14337060 or 14433061. OLE color: 14433061.

HSL color Cylindrical-coordinate representation of color #253BDC: hue angle of 232.79º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #253BDC is Cyan = 0.83, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB3759220-
CMYK0.830.7300.14
HSL232.79º72.33%50.39%-
HSV(B)232.79º83.18%86.27%-
XYZ15.258.6968.58-
YUV70.78212.21103.91-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 37 (14.84% from 255) = 11.71%
GREEN value IS 59 (23.44% from 255) = 18.67%
BLUE value IS 220 (86.33% from 255) = 69.62%
R=11.71%
G=18.67%
B=69.62%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal37592200.830.7300.14232.7972.3350.39
Hex253BDC53490Ee94832
Octal457333412311101635111062
Binary100101111011110111001010011100100101110111010011001000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253BDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253BDC; }

 p { color: rgb(37,59,220); }

 H1.HeaderClassName
 {
   color: #253BDC;
 }
 .AnyTagClassName
 {
   color: #253BDC;
 }
</style>
background-color css

<style>
 a { background-color: #253BDC; }

 a { background-color: rgb(37,59,220); }

 div.DivClassName
 {
   background-color: #253BDC;
 }
 .BgClassName
 {
   background-color: #253BDC;
 }
</style>
border-color css

<style>
 span { border-color: #253BDC; }

 span { border-color: rgb(37,59,220); }

 td.TdClassName
 {
   border-color: #253BDC;
 }
 .TagClassName
 {
   border-color: #253BDC;
 }
</style>