#22354F

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

Shades of Catalina Blue #22354F

Tints of Catalina Blue #22354F

Color information

#22354F (or 0x22354F) is unknown color: approx Catalina Blue. HEX triplet: 22, 35 and 4F. RGB value is (34,53,79). Sum of RGB (Red+Green+Blue) = 34+53+79=166 (21% of max value = 765). Red value is 34 (13.67% from 255 or 20.48% from 166); Green value is 53 (21.09% from 255 or 31.93% from 166); Blue value is 79 (31.25% from 255 or 47.59% from 166); Max value from RGB is 79 - color contains mainly: blue. Hex color #22354F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #22354F is #DDCAB0. Grayscale: #323232. Windows color (decimal): -14535345 or 5190946. OLE color: 5190946.

HSL color Cylindrical-coordinate representation of color #22354F: hue angle of 214.67º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #22354F is Cyan = 0.57, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB345379-
CMYK0.570.3300.69
HSL214.67º39.82%22.16%-
HSV(B)214.67º56.96%30.98%-
XYZ3.343.457.89-
YUV50.28144.21116.39-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 20.48%
GREEN value IS 53 (21.09% from 255) = 31.93%
BLUE value IS 79 (31.25% from 255) = 47.59%
R=20.48%
G=31.93%
B=47.59%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3453790.570.3300.69214.6739.8222.16
Hex22354F3921045d72816
Octal4265117714101053275026
Binary1000101101011001111111001100001010001011101011110100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22354F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22354F; }

 p { color: rgb(34,53,79); }

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

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

 a { background-color: rgb(34,53,79); }

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

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

 span { border-color: rgb(34,53,79); }

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