Html Css Color HEX #21446C Catalina Blue

📋 copy color: '#21446C'

red 33 ◦ green 68 ◦ blue 108

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

Shades of Catalina Blue #21446C

Tints of Catalina Blue #21446C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 51.67%

R = 15.79%
G = 32.54%
B = 51.67%

CMYK

 C value IS 0.69

 M value IS 0.37

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#21446C (or 0x21446C) is known color: Catalina Blue. HEX triplet: 21, 44 and 6C. RGB value is (33,68,108). Sum of RGB (Red+Green+Blue) = 33+68+108=209 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.79% from 209); Green value is 68 (26.95% from 255 or 32.54% from 209); Blue value is 108 (42.58% from 255 or 51.67% from 209); Max value from RGB is 108 - color contains mainly: blue. Hex color #21446C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21446C is #DEBB93. Grayscale: #3D3D3D. Windows color (decimal): -14597012 or 7095329. OLE color: 7095329.

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

Color convert

RGB 33 68 108 -
CMYK 0.69 0.37 0 0.58
HSL 212º 0.53% 0.28% -
HSV(B) 212º 0.69% 0.42% -
XYZ 5.4 5.54 14.97 -
YUV 62.1 153.9 107.25 -
System Red Green Blue C M Y K H S L
Decimal 33 68 108 0.69 0.37 0 0.58 212 0.53 0.28
Hex 21 44 6C 45 25 0 3A D4 35 1C
Octal 41 104 154 105 45 0 72 324 65 34
Binary 100001 1000100 1101100 1000101 100101 0 111010 11010100 110101 11100

Color Harmonies of #21446C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21446C

Black with #21446C

Text Example


Text Example

White with #21446C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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