Html Css Color HEX #21355A Catalina Blue

📋 copy color: '#21355A'

red 33 ◦ green 53 ◦ blue 90

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

Shades of Catalina Blue #21355A

Tints of Catalina Blue #21355A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 51.14%

R = 18.75%
G = 30.11%
B = 51.14%

CMYK

 C value IS 0.63

 M value IS 0.41

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#21355A (or 0x21355A) is known color: Catalina Blue. HEX triplet: 21, 35 and 5A. RGB value is (33,53,90). Sum of RGB (Red+Green+Blue) = 33+53+90=176 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.75% from 176); Green value is 53 (21.09% from 255 or 30.11% from 176); Blue value is 90 (35.55% from 255 or 51.14% from 176); Max value from RGB is 90 - color contains mainly: blue. Hex color #21355A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21355A is #DECAA5. Grayscale: #333333. Windows color (decimal): -14600870 or 5911841. OLE color: 5911841.

HSL color Cylindrical-coordinate representation of color #21355A: hue angle of 218.95º degrees, saturation: 0.46, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #21355A is Cyan = 0.63, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 33 53 90 -
CMYK 0.63 0.41 0 0.65
HSL 218.95º 0.46% 0.24% -
HSV(B) 218.95º 0.63% 0.35% -
XYZ 3.75 3.61 10.17 -
YUV 51.24 149.87 114.99 -
System Red Green Blue C M Y K H S L
Decimal 33 53 90 0.63 0.41 0 0.65 218.95 0.46 0.24
Hex 21 35 5A 3F 29 0 41 DB 2E 18
Octal 41 65 132 77 51 0 101 333 56 30
Binary 100001 110101 1011010 111111 101001 0 1000001 11011011 101110 11000

Color Harmonies of #21355A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21355A

Black with #21355A

Text Example


Text Example

White with #21355A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21355A; }

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

 H1.HeaderClassName
 {
   color: #21355A;
 }
 .AnyTagClassName
 {
   color: #21355A;
 }
</style>

background-color css

<style>
 a { background-color: #21355A; }

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

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

border-color css

<style>
 span { border-color: #21355A; }

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

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