Html Css Color HEX #21426A Catalina Blue

📋 copy color: '#21426A'

red 33 ◦ green 66 ◦ blue 106

#21426A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Catalina Blue #21426A

Tints of Catalina Blue #21426A

RGB

 RED value IS 33 (13.28% from 255) = 16.1%

 GREEN value IS 66 (26.17% from 255) = 32.2%

 BLUE value IS 106 (41.8% from 255) = 51.71%

R = 16.1%
G = 32.2%
B = 51.71%

CMYK

 C value IS 0.69

 M value IS 0.38

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#21426A (or 0x21426A) is known color: Catalina Blue. HEX triplet: 21, 42 and 6A. RGB value is (33,66,106). Sum of RGB (Red+Green+Blue) = 33+66+106=205 (27% of max value = 765). Red value is 33 (13.28% from 255 or 16.10% from 205); Green value is 66 (26.17% from 255 or 32.20% from 205); Blue value is 106 (41.80% from 255 or 51.71% from 205); Max value from RGB is 106 - color contains mainly: blue. Hex color #21426A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21426A is #DEBD95. Grayscale: #3C3C3C. Windows color (decimal): -14597526 or 6963745. OLE color: 6963745.

HSL color Cylindrical-coordinate representation of color #21426A: hue angle of 212.88º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #21426A is Cyan = 0.69, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 33 66 106 -
CMYK 0.69 0.38 0 0.58
HSL 212.88º 0.53% 0.27% -
HSV(B) 212.88º 0.69% 0.42% -
XYZ 5.18 5.26 14.38 -
YUV 60.69 153.57 108.25 -
System Red Green Blue C M Y K H S L
Decimal 33 66 106 0.69 0.38 0 0.58 212.88 0.53 0.27
Hex 21 42 6A 45 26 0 3A D5 35 1B
Octal 41 102 152 105 46 0 72 325 65 33
Binary 100001 1000010 1101010 1000101 100110 0 111010 11010101 110101 11011

Color Harmonies of #21426A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21426A

Black with #21426A

Text Example


Text Example

White with #21426A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21426A; }

 p { color: rgb(33,66,106); }

 H1.HeaderClassName
 {
   color: #21426A;
 }
 .AnyTagClassName
 {
   color: #21426A;
 }
</style>

background-color css

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

 a { background-color: rgb(33,66,106); }

 div.DivClassName
 {
   background-color: #21426A;
 }
 .BgClassName
 {
   background-color: #21426A;
 }
</style>

border-color css

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

 span { border-color: rgb(33,66,106); }

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