Html Css Color HEX #21335A Catalina Blue

📋 copy color: '#21335A'

red 33 ◦ green 51 ◦ blue 90

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

Shades of Catalina Blue #21335A

Tints of Catalina Blue #21335A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 29.31%

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

R = 18.97%
G = 29.31%
B = 51.72%

CMYK

 C value IS 0.63

 M value IS 0.43

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#21335A (or 0x21335A) is known color: Catalina Blue. HEX triplet: 21, 33 and 5A. RGB value is (33,51,90). Sum of RGB (Red+Green+Blue) = 33+51+90=174 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.97% from 174); Green value is 51 (20.31% from 255 or 29.31% from 174); Blue value is 90 (35.55% from 255 or 51.72% from 174); Max value from RGB is 90 - color contains mainly: blue. Hex color #21335A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21335A is #DECCA5. Grayscale: #313131. Windows color (decimal): -14601382 or 5911329. OLE color: 5911329.

HSL color Cylindrical-coordinate representation of color #21335A: hue angle of 221.05º 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 #21335A is Cyan = 0.63, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 33 51 90 -
CMYK 0.63 0.43 0 0.65
HSL 221.05º 0.46% 0.24% -
HSV(B) 221.05º 0.63% 0.35% -
XYZ 3.66 3.43 10.14 -
YUV 50.06 150.54 115.83 -
System Red Green Blue C M Y K H S L
Decimal 33 51 90 0.63 0.43 0 0.65 221.05 0.46 0.24
Hex 21 33 5A 3F 2B 0 41 DD 2E 18
Octal 41 63 132 77 53 0 101 335 56 30
Binary 100001 110011 1011010 111111 101011 0 1000001 11011101 101110 11000

Color Harmonies of #21335A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21335A

Black with #21335A

Text Example


Text Example

White with #21335A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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