#223954

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

Shades of Catalina Blue #223954

Tints of Catalina Blue #223954

Color information

#223954 (or 0x223954) is unknown color: approx Catalina Blue. HEX triplet: 22, 39 and 54. RGB value is (34,57,84). Sum of RGB (Red+Green+Blue) = 34+57+84=175 (23% of max value = 765). Red value is 34 (13.67% from 255 or 19.43% from 175); Green value is 57 (22.66% from 255 or 32.57% from 175); Blue value is 84 (33.20% from 255 or 48% from 175); Max value from RGB is 84 - color contains mainly: blue. Hex color #223954 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #223954 is #DDC6AB. Grayscale: #353535. Windows color (decimal): -14534316 or 5519650. OLE color: 5519650.

HSL color Cylindrical-coordinate representation of color #223954: hue angle of 212.4º degrees, saturation: 0.42, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #223954 is Cyan = 0.60, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB345784-
CMYK0.600.3200.67
HSL212.4º42.37%23.14%-
HSV(B)212.4º59.52%32.94%-
XYZ3.723.918.95-
YUV53.2145.38114.3-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 19.43%
GREEN value IS 57 (22.66% from 255) = 32.57%
BLUE value IS 84 (33.20% from 255) = 48%
R=19.43%
G=32.57%
B=48%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3457840.600.3200.67212.442.3723.14
Hex2239543C20043d42a17
Octal4271124744001033245227
Binary1000101110011010100111100100000010000111101010010101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #223954; }

 p { color: rgb(34,57,84); }

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

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

 a { background-color: rgb(34,57,84); }

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

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

 span { border-color: rgb(34,57,84); }

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