Html Css Color HEX #21305E Catalina Blue

📋 copy color: '#21305E'

red 33 ◦ green 48 ◦ blue 94

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

Shades of Catalina Blue #21305E

Tints of Catalina Blue #21305E

RGB

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

 GREEN value IS 48 (19.14% from 255) = 27.43%

 BLUE value IS 94 (37.11% from 255) = 53.71%

R = 18.86%
G = 27.43%
B = 53.71%

CMYK

 C value IS 0.65

 M value IS 0.49

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#21305E (or 0x21305E) is known color: Catalina Blue. HEX triplet: 21, 30 and 5E. RGB value is (33,48,94). Sum of RGB (Red+Green+Blue) = 33+48+94=175 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.86% from 175); Green value is 48 (19.14% from 255 or 27.43% from 175); Blue value is 94 (37.11% from 255 or 53.71% from 175); Max value from RGB is 94 - color contains mainly: blue. Hex color #21305E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21305E is #DECFA1. Grayscale: #303030. Windows color (decimal): -14602146 or 6172705. OLE color: 6172705.

HSL color Cylindrical-coordinate representation of color #21305E: hue angle of 225.25º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #21305E is Cyan = 0.65, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 33 48 94 -
CMYK 0.65 0.49 0 0.63
HSL 225.25º 0.48% 0.25% -
HSV(B) 225.25º 0.65% 0.37% -
XYZ 3.7 3.25 11.02 -
YUV 48.76 153.53 116.76 -
System Red Green Blue C M Y K H S L
Decimal 33 48 94 0.65 0.49 0 0.63 225.25 0.48 0.25
Hex 21 30 5E 41 31 0 3F E1 30 19
Octal 41 60 136 101 61 0 77 341 60 31
Binary 100001 110000 1011110 1000001 110001 0 111111 11100001 110000 11001

Color Harmonies of #21305E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21305E

Black with #21305E

Text Example


Text Example

White with #21305E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,48,94); }

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

background-color css

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

 a { background-color: rgb(33,48,94); }

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

border-color css

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

 span { border-color: rgb(33,48,94); }

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