Html Css Color HEX #21426B Catalina Blue

📋 copy color: '#21426B'

red 33 ◦ green 66 ◦ blue 107

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

Shades of Catalina Blue #21426B

Tints of Catalina Blue #21426B

RGB

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

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

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

R = 16.02%
G = 32.04%
B = 51.94%

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

#21426B (or 0x21426B) is known color: Catalina Blue. HEX triplet: 21, 42 and 6B. RGB value is (33,66,107). Sum of RGB (Red+Green+Blue) = 33+66+107=206 (27% of max value = 765). Red value is 33 (13.28% from 255 or 16.02% from 206); Green value is 66 (26.17% from 255 or 32.04% from 206); Blue value is 107 (42.19% from 255 or 51.94% from 206); Max value from RGB is 107 - color contains mainly: blue. Hex color #21426B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21426B is #DEBD94. Grayscale: #3C3C3C. Windows color (decimal): -14597525 or 7029281. OLE color: 7029281.

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

Color convert

RGB 33 66 107 -
CMYK 0.69 0.38 0 0.58
HSL 213.24º 0.53% 0.27% -
HSV(B) 213.24º 0.69% 0.42% -
XYZ 5.23 5.28 14.65 -
YUV 60.81 154.07 108.17 -
System Red Green Blue C M Y K H S L
Decimal 33 66 107 0.69 0.38 0 0.58 213.24 0.53 0.27
Hex 21 42 6B 45 26 0 3A D5 35 1B
Octal 41 102 153 105 46 0 72 325 65 33
Binary 100001 1000010 1101011 1000101 100110 0 111010 11010101 110101 11011

Color Harmonies of #21426B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21426B

Black with #21426B

Text Example


Text Example

White with #21426B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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