Html Css Color HEX #21446F Catalina Blue

📋 copy color: '#21446F'

red 33 ◦ green 68 ◦ blue 111

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

Shades of Catalina Blue #21446F

Tints of Catalina Blue #21446F

RGB

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

 GREEN value IS 68 (26.95% from 255) = 32.08%

 BLUE value IS 111 (43.75% from 255) = 52.36%

R = 15.57%
G = 32.08%
B = 52.36%

CMYK

 C value IS 0.70

 M value IS 0.39

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#21446F (or 0x21446F) is known color: Catalina Blue. HEX triplet: 21, 44 and 6F. RGB value is (33,68,111). Sum of RGB (Red+Green+Blue) = 33+68+111=212 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.57% from 212); Green value is 68 (26.95% from 255 or 32.08% from 212); Blue value is 111 (43.75% from 255 or 52.36% from 212); Max value from RGB is 111 - color contains mainly: blue. Hex color #21446F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21446F is #DEBB90. Grayscale: #3E3E3E. Windows color (decimal): -14597009 or 7291937. OLE color: 7291937.

HSL color Cylindrical-coordinate representation of color #21446F: hue angle of 213.08º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #21446F is Cyan = 0.70, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 33 68 111 -
CMYK 0.70 0.39 0 0.56
HSL 213.08º 0.54% 0.28% -
HSV(B) 213.08º 0.7% 0.44% -
XYZ 5.56 5.61 15.83 -
YUV 62.44 155.4 107 -
System Red Green Blue C M Y K H S L
Decimal 33 68 111 0.70 0.39 0 0.56 213.08 0.54 0.28
Hex 21 44 6F 46 27 0 38 D5 36 1C
Octal 41 104 157 106 47 0 70 325 66 34
Binary 100001 1000100 1101111 1000110 100111 0 111000 11010101 110110 11100

Color Harmonies of #21446F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21446F

Black with #21446F

Text Example


Text Example

White with #21446F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,68,111); }

 H1.HeaderClassName
 {
   color: #21446F;
 }
 .AnyTagClassName
 {
   color: #21446F;
 }
</style>

background-color css

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

 a { background-color: rgb(33,68,111); }

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

border-color css

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

 span { border-color: rgb(33,68,111); }

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