#21344F

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

Shades of Catalina Blue #21344F

Tints of Catalina Blue #21344F

Color information

#21344F (or 0x21344F) is unknown color: approx Catalina Blue. HEX triplet: 21, 34 and 4F. RGB value is (33,52,79). Sum of RGB (Red+Green+Blue) = 33+52+79=164 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.12% from 164); Green value is 52 (20.70% from 255 or 31.71% from 164); Blue value is 79 (31.25% from 255 or 48.17% from 164); Max value from RGB is 79 - color contains mainly: blue. Hex color #21344F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21344F is #DECBB0. Grayscale: #313131. Windows color (decimal): -14601137 or 5190689. OLE color: 5190689.

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

Color convert

RGB335279-
CMYK0.580.3400.69
HSL215.22º41.07%21.96%-
HSV(B)215.22º58.23%30.98%-
XYZ3.273.347.87-
YUV49.4144.71116.3-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 20.12%
GREEN value IS 52 (20.70% from 255) = 31.71%
BLUE value IS 79 (31.25% from 255) = 48.17%
R=20.12%
G=31.71%
B=48.17%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3352790.580.3400.69215.2241.0721.96
Hex21344F3A22045d72916
Octal4164117724201053275126
Binary1000011101001001111111010100010010001011101011110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21344F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,52,79); }

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

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

 a { background-color: rgb(33,52,79); }

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

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

 span { border-color: rgb(33,52,79); }

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