#223E6E

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

Shades of Catalina Blue #223E6E

Tints of Catalina Blue #223E6E

Color information

#223E6E (or 0x223E6E) is unknown color: approx Catalina Blue. HEX triplet: 22, 3E and 6E. RGB value is (34,62,110). Sum of RGB (Red+Green+Blue) = 34+62+110=206 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.50% from 206); Green value is 62 (24.61% from 255 or 30.10% from 206); Blue value is 110 (43.36% from 255 or 53.40% from 206); Max value from RGB is 110 - color contains mainly: blue. Hex color #223E6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #223E6E is #DDC191. Grayscale: #3A3A3A. Windows color (decimal): -14533010 or 7224866. OLE color: 7224866.

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

Color convert

RGB3462110-
CMYK0.690.4400.57
HSL217.89º52.78%28.24%-
HSV(B)217.89º69.09%43.14%-
XYZ5.24.9115.43-
YUV59.1156.72110.1-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 16.50%
GREEN value IS 62 (24.61% from 255) = 30.10%
BLUE value IS 110 (43.36% from 255) = 53.40%
R=16.50%
G=30.10%
B=53.40%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal34621100.690.4400.57217.8952.7828.24
Hex223E6E452C039da351c
Octal4276156105540713326534
Binary1000101111101101110100010110110001110011101101011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,62,110); }

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

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

 a { background-color: rgb(34,62,110); }

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

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

 span { border-color: rgb(34,62,110); }

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