#223E5F

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

Shades of Catalina Blue #223E5F

Tints of Catalina Blue #223E5F

Color information

#223E5F (or 0x223E5F) is unknown color: approx Catalina Blue. HEX triplet: 22, 3E and 5F. RGB value is (34,62,95). Sum of RGB (Red+Green+Blue) = 34+62+95=191 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.80% from 191); Green value is 62 (24.61% from 255 or 32.46% from 191); Blue value is 95 (37.5% from 255 or 49.74% from 191); Max value from RGB is 95 - color contains mainly: blue. Hex color #223E5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #223E5F is #DDC1A0. Grayscale: #393939. Windows color (decimal): -14533025 or 6241826. OLE color: 6241826.

HSL color Cylindrical-coordinate representation of color #223E5F: hue angle of 212.46º degrees, saturation: 0.47, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #223E5F is Cyan = 0.64, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB346295-
CMYK0.640.3500.63
HSL212.46º47.29%25.29%-
HSV(B)212.46º64.21%37.25%-
XYZ4.454.6111.48-
YUV57.39149.22111.32-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 17.80%
GREEN value IS 62 (24.61% from 255) = 32.46%
BLUE value IS 95 (37.5% from 255) = 49.74%
R=17.80%
G=32.46%
B=49.74%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3462950.640.3500.63212.4647.2925.29
Hex223E5F402303Fd42f19
Octal4276137100430773245731
Binary1000101111101011111100000010001101111111101010010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223E5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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