#252BC6

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

Shades of Persian Blue #252BC6

Tints of Persian Blue #252BC6

Color information

#252BC6 (or 0x252BC6) is unknown color: approx Persian Blue. HEX triplet: 25, 2B and C6. RGB value is (37,43,198). Sum of RGB (Red+Green+Blue) = 37+43+198=278 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.31% from 278); Green value is 43 (17.19% from 255 or 15.47% from 278); Blue value is 198 (77.73% from 255 or 71.22% from 278); Max value from RGB is 198 - color contains mainly: blue. Hex color #252BC6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #252BC6 is #DAD439. Grayscale: #3A3A3A. Windows color (decimal): -14341178 or 12987173. OLE color: 12987173.

HSL color Cylindrical-coordinate representation of color #252BC6: hue angle of 237.76º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #252BC6 is Cyan = 0.81, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB3743198-
CMYK0.810.7800.22
HSL237.76º68.51%46.08%-
HSV(B)237.76º81.31%77.65%-
XYZ11.826.254-
YUV58.88206.51112.4-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.31%
GREEN value IS 43 (17.19% from 255) = 15.47%
BLUE value IS 198 (77.73% from 255) = 71.22%
R=13.31%
G=15.47%
B=71.22%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal37431980.810.7800.22237.7668.5146.08
Hex252BC6514E016ee452e
Octal455330612111602635610556
Binary1001011010111100011010100011001110010110111011101000101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252BC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252BC6; }

 p { color: rgb(37,43,198); }

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

<style>
 a { background-color: #252BC6; }

 a { background-color: rgb(37,43,198); }

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

<style>
 span { border-color: #252BC6; }

 span { border-color: rgb(37,43,198); }

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