Html Css Color HEX #21406B Catalina Blue

📋 copy color: '#21406B'

red 33 ◦ green 64 ◦ blue 107

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

Shades of Catalina Blue #21406B

Tints of Catalina Blue #21406B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 52.45%

R = 16.18%
G = 31.37%
B = 52.45%

CMYK

 C value IS 0.69

 M value IS 0.40

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#21406B (or 0x21406B) is known color: Catalina Blue. HEX triplet: 21, 40 and 6B. RGB value is (33,64,107). Sum of RGB (Red+Green+Blue) = 33+64+107=204 (27% of max value = 765). Red value is 33 (13.28% from 255 or 16.18% from 204); Green value is 64 (25.39% from 255 or 31.37% from 204); Blue value is 107 (42.19% from 255 or 52.45% from 204); Max value from RGB is 107 - color contains mainly: blue. Hex color #21406B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21406B is #DEBF94. Grayscale: #3B3B3B. Windows color (decimal): -14598037 or 7028769. OLE color: 7028769.

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

Color convert

RGB 33 64 107 -
CMYK 0.69 0.40 0 0.58
HSL 214.86º 0.53% 0.27% -
HSV(B) 214.86º 0.69% 0.42% -
XYZ 5.11 5.05 14.62 -
YUV 59.63 154.73 109 -
System Red Green Blue C M Y K H S L
Decimal 33 64 107 0.69 0.40 0 0.58 214.86 0.53 0.27
Hex 21 40 6B 45 28 0 3A D7 35 1B
Octal 41 100 153 105 50 0 72 327 65 33
Binary 100001 1000000 1101011 1000101 101000 0 111010 11010111 110101 11011

Color Harmonies of #21406B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21406B

Black with #21406B

Text Example


Text Example

White with #21406B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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