Html Css Color HEX #21354F Catalina Blue

📋 copy color: '#21354F'

red 33 ◦ green 53 ◦ blue 79

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

Shades of Catalina Blue #21354F

Tints of Catalina Blue #21354F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 32.12%

 BLUE value IS 79 (31.25% from 255) = 47.88%

R = 20%
G = 32.12%
B = 47.88%

CMYK

 C value IS 0.58

 M value IS 0.33

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#21354F (or 0x21354F) is known color: Catalina Blue. HEX triplet: 21, 35 and 4F. RGB value is (33,53,79). Sum of RGB (Red+Green+Blue) = 33+53+79=165 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20% from 165); Green value is 53 (21.09% from 255 or 32.12% from 165); Blue value is 79 (31.25% from 255 or 47.88% from 165); Max value from RGB is 79 - color contains mainly: blue. Hex color #21354F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21354F is #DECAB0. Grayscale: #313131. Windows color (decimal): -14600881 or 5190945. OLE color: 5190945.

HSL color Cylindrical-coordinate representation of color #21354F: hue angle of 213.91º degrees, saturation: 0.41, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #21354F is Cyan = 0.58, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 33 53 79 -
CMYK 0.58 0.33 0 0.69
HSL 213.91º 0.41% 0.22% -
HSV(B) 213.91º 0.58% 0.31% -
XYZ 3.31 3.43 7.89 -
YUV 49.98 144.37 115.89 -
System Red Green Blue C M Y K H S L
Decimal 33 53 79 0.58 0.33 0 0.69 213.91 0.41 0.22
Hex 21 35 4F 3A 21 0 45 D6 29 16
Octal 41 65 117 72 41 0 105 326 51 26
Binary 100001 110101 1001111 111010 100001 0 1000101 11010110 101001 10110

Color Harmonies of #21354F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21354F

Black with #21354F

Text Example


Text Example

White with #21354F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21354F; }

 p { color: rgb(33,53,79); }

 H1.HeaderClassName
 {
   color: #21354F;
 }
 .AnyTagClassName
 {
   color: #21354F;
 }
</style>

background-color css

<style>
 a { background-color: #21354F; }

 a { background-color: rgb(33,53,79); }

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

border-color css

<style>
 span { border-color: #21354F; }

 span { border-color: rgb(33,53,79); }

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