#223BB4

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

Shades of Persian Blue #223BB4

Tints of Persian Blue #223BB4

Color information

#223BB4 (or 0x223BB4) is unknown color: approx Persian Blue. HEX triplet: 22, 3B and B4. RGB value is (34,59,180). Sum of RGB (Red+Green+Blue) = 34+59+180=273 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.45% from 273); Green value is 59 (23.44% from 255 or 21.61% from 273); Blue value is 180 (70.70% from 255 or 65.93% from 273); Max value from RGB is 180 - color contains mainly: blue. Hex color #223BB4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #223BB4 is #DDC44B. Grayscale: #404040. Windows color (decimal): -14533708 or 11811618. OLE color: 11811618.

HSL color Cylindrical-coordinate representation of color #223BB4: hue angle of 229.73º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #223BB4 is Cyan = 0.81, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB3459180-
CMYK0.810.6700.29
HSL229.73º68.22%41.96%-
HSV(B)229.73º81.11%70.59%-
XYZ10.466.7643.93-
YUV65.32192.72105.66-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 12.45%
GREEN value IS 59 (23.44% from 255) = 21.61%
BLUE value IS 180 (70.70% from 255) = 65.93%
R=12.45%
G=21.61%
B=65.93%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal34591800.810.6700.29229.7368.2241.96
Hex223BB4514301De6442a
Octal427326412110303534610452
Binary1000101110111011010010100011000011011101111001101000100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223BB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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