#223bb8

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

Shades of Persian Blue #223BB8

Tints of Persian Blue #223BB8

Color information

#223BB8 (or 0x223BB8) is unknown color: approx Persian Blue. HEX triplet: 22, 3B and B8. RGB value is (34,59,184). Sum of RGB (Red+Green+Blue) = 34+59+184=277 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.27% from 277); Green value is 59 (23.44% from 255 or 21.30% from 277); Blue value is 184 (72.27% from 255 or 66.43% from 277); Max value from RGB is 184 - color contains mainly: blue. Hex color #223BB8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #223BB8 is #DDC447. Grayscale: #414141. Windows color (decimal): -14533704 or 12073762. OLE color: 12073762.

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

Color convert

RGB3459184-
CMYK0.820.6800.28
HSL230º68.81%42.75%-
HSV(B)230º81.52%72.16%-
XYZ10.886.9346.11-
YUV65.77194.72105.34-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 12.27%
GREEN value IS 59 (23.44% from 255) = 21.30%
BLUE value IS 184 (72.27% from 255) = 66.43%
R=12.27%
G=21.30%
B=66.43%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal34591840.820.6800.2823068.8142.75
Hex223BB8524401Ce6452b
Octal427327012210403434610553
Binary1000101110111011100010100101000100011100111001101000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223bb8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #223bb8; }

 p { color: rgb(34,59,184); }

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

<style>
 a { background-color: #223bb8; }

 a { background-color: rgb(34,59,184); }

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

<style>
 span { border-color: #223bb8; }

 span { border-color: rgb(34,59,184); }

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