#2533C6

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

Shades of Persian Blue #2533C6

Tints of Persian Blue #2533C6

Color information

#2533C6 (or 0x2533C6) is unknown color: approx Persian Blue. HEX triplet: 25, 33 and C6. RGB value is (37,51,198). Sum of RGB (Red+Green+Blue) = 37+51+198=286 (37% of max value = 765). Red value is 37 (14.84% from 255 or 12.94% from 286); Green value is 51 (20.31% from 255 or 17.83% from 286); Blue value is 198 (77.73% from 255 or 69.23% from 286); Max value from RGB is 198 - color contains mainly: blue. Hex color #2533C6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2533C6 is #DACC39. Grayscale: #3E3E3E. Windows color (decimal): -14339130 or 12989221. OLE color: 12989221.

HSL color Cylindrical-coordinate representation of color #2533C6: hue angle of 234.78º 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 #2533C6 is Cyan = 0.81, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB3751198-
CMYK0.810.7400.22
HSL234.78º68.51%46.08%-
HSV(B)234.78º81.31%77.65%-
XYZ12.146.8454.11-
YUV63.57203.86109.05-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.94%
GREEN value IS 51 (20.31% from 255) = 17.83%
BLUE value IS 198 (77.73% from 255) = 69.23%
R=12.94%
G=17.83%
B=69.23%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal37511980.810.7400.22234.7868.5146.08
Hex2533C6514A016eb452e
Octal456330612111202635310556
Binary1001011100111100011010100011001010010110111010111000101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2533C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2533C6; }

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

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

<style>
 a { background-color: #2533C6; }

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

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

<style>
 span { border-color: #2533C6; }

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

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