#2337b8

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

Shades of Persian Blue #2337B8

Tints of Persian Blue #2337B8

Color information

#2337B8 (or 0x2337B8) is unknown color: approx Persian Blue. HEX triplet: 23, 37 and B8. RGB value is (35,55,184). Sum of RGB (Red+Green+Blue) = 35+55+184=274 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.77% from 274); Green value is 55 (21.88% from 255 or 20.07% from 274); Blue value is 184 (72.27% from 255 or 67.15% from 274); Max value from RGB is 184 - color contains mainly: blue. Hex color #2337B8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2337B8 is #DCC847. Grayscale: #3F3F3F. Windows color (decimal): -14469192 or 12072739. OLE color: 12072739.

HSL color Cylindrical-coordinate representation of color #2337B8: hue angle of 231.95º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2337B8 is Cyan = 0.81, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB3555184-
CMYK0.810.7000.28
HSL231.95º68.04%42.94%-
HSV(B)231.95º80.98%72.16%-
XYZ10.716.5546.05-
YUV63.73195.87107.51-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 12.77%
GREEN value IS 55 (21.88% from 255) = 20.07%
BLUE value IS 184 (72.27% from 255) = 67.15%
R=12.77%
G=20.07%
B=67.15%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal35551840.810.7000.28231.9568.0442.94
Hex2337B8514601Ce8442b
Octal436727012110603435010453
Binary1000111101111011100010100011000110011100111010001000100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2337b8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2337b8; }

 p { color: rgb(35,55,184); }

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

<style>
 a { background-color: #2337b8; }

 a { background-color: rgb(35,55,184); }

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

<style>
 span { border-color: #2337b8; }

 span { border-color: rgb(35,55,184); }

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