Html Css Color HEX #21406C Catalina Blue

📋 copy color: '#21406C'

red 33 ◦ green 64 ◦ blue 108

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

Shades of Catalina Blue #21406C

Tints of Catalina Blue #21406C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 31.22%

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

R = 16.1%
G = 31.22%
B = 52.68%

CMYK

 C value IS 0.69

 M value IS 0.41

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#21406C (or 0x21406C) is known color: Catalina Blue. HEX triplet: 21, 40 and 6C. RGB value is (33,64,108). Sum of RGB (Red+Green+Blue) = 33+64+108=205 (27% of max value = 765). Red value is 33 (13.28% from 255 or 16.10% from 205); Green value is 64 (25.39% from 255 or 31.22% from 205); Blue value is 108 (42.58% from 255 or 52.68% from 205); Max value from RGB is 108 - color contains mainly: blue. Hex color #21406C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21406C is #DEBF93. Grayscale: #3B3B3B. Windows color (decimal): -14598036 or 7094305. OLE color: 7094305.

HSL color Cylindrical-coordinate representation of color #21406C: hue angle of 215.2º 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 #21406C is Cyan = 0.69, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 33 64 108 -
CMYK 0.69 0.41 0 0.58
HSL 215.2º 0.53% 0.28% -
HSV(B) 215.2º 0.69% 0.42% -
XYZ 5.17 5.07 14.89 -
YUV 59.75 155.23 108.92 -
System Red Green Blue C M Y K H S L
Decimal 33 64 108 0.69 0.41 0 0.58 215.2 0.53 0.28
Hex 21 40 6C 45 29 0 3A D7 35 1C
Octal 41 100 154 105 51 0 72 327 65 34
Binary 100001 1000000 1101100 1000101 101001 0 111010 11010111 110101 11100

Color Harmonies of #21406C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21406C

Black with #21406C

Text Example


Text Example

White with #21406C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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