Html Css Color HEX #21456E Catalina Blue

📋 copy color: '#21456E'

red 33 ◦ green 69 ◦ blue 110

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

Shades of Catalina Blue #21456E

Tints of Catalina Blue #21456E

RGB

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

 GREEN value IS 69 (27.34% from 255) = 32.55%

 BLUE value IS 110 (43.36% from 255) = 51.89%

R = 15.57%
G = 32.55%
B = 51.89%

CMYK

 C value IS 0.7

 M value IS 0.37

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#21456E (or 0x21456E) is known color: Catalina Blue. HEX triplet: 21, 45 and 6E. RGB value is (33,69,110). Sum of RGB (Red+Green+Blue) = 33+69+110=212 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.57% from 212); Green value is 69 (27.34% from 255 or 32.55% from 212); Blue value is 110 (43.36% from 255 or 51.89% from 212); Max value from RGB is 110 - color contains mainly: blue. Hex color #21456E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21456E is #DEBA91. Grayscale: #3E3E3E. Windows color (decimal): -14596754 or 7226657. OLE color: 7226657.

HSL color Cylindrical-coordinate representation of color #21456E: hue angle of 211.95º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #21456E is Cyan = 0.7, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 33 69 110 -
CMYK 0.7 0.37 0 0.57
HSL 211.95º 0.54% 0.28% -
HSV(B) 211.95º 0.7% 0.43% -
XYZ 5.57 5.71 15.56 -
YUV 62.91 154.57 106.67 -
System Red Green Blue C M Y K H S L
Decimal 33 69 110 0.7 0.37 0 0.57 211.95 0.54 0.28
Hex 21 45 6E 46 25 0 39 D4 36 1C
Octal 41 105 156 106 45 0 71 324 66 34
Binary 100001 1000101 1101110 1000110 100101 0 111001 11010100 110110 11100

Color Harmonies of #21456E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21456E

Black with #21456E

Text Example


Text Example

White with #21456E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21456E; }

 p { color: rgb(33,69,110); }

 H1.HeaderClassName
 {
   color: #21456E;
 }
 .AnyTagClassName
 {
   color: #21456E;
 }
</style>

background-color css

<style>
 a { background-color: #21456E; }

 a { background-color: rgb(33,69,110); }

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

border-color css

<style>
 span { border-color: #21456E; }

 span { border-color: rgb(33,69,110); }

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