Html Css Color HEX #21305D Catalina Blue

📋 copy color: '#21305D'

red 33 ◦ green 48 ◦ blue 93

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

Shades of Catalina Blue #21305D

Tints of Catalina Blue #21305D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 53.45%

R = 18.97%
G = 27.59%
B = 53.45%

CMYK

 C value IS 0.65

 M value IS 0.48

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#21305D (or 0x21305D) is known color: Catalina Blue. HEX triplet: 21, 30 and 5D. RGB value is (33,48,93). Sum of RGB (Red+Green+Blue) = 33+48+93=174 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.97% from 174); Green value is 48 (19.14% from 255 or 27.59% from 174); Blue value is 93 (36.72% from 255 or 53.45% from 174); Max value from RGB is 93 - color contains mainly: blue. Hex color #21305D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21305D is #DECFA2. Grayscale: #303030. Windows color (decimal): -14602147 or 6107169. OLE color: 6107169.

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

Color convert

RGB 33 48 93 -
CMYK 0.65 0.48 0 0.64
HSL 225º 0.48% 0.25% -
HSV(B) 225º 0.65% 0.36% -
XYZ 3.66 3.23 10.79 -
YUV 48.65 153.03 116.84 -
System Red Green Blue C M Y K H S L
Decimal 33 48 93 0.65 0.48 0 0.64 225 0.48 0.25
Hex 21 30 5D 41 30 0 40 E1 30 19
Octal 41 60 135 101 60 0 100 341 60 31
Binary 100001 110000 1011101 1000001 110000 0 1000000 11100001 110000 11001

Color Harmonies of #21305D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21305D

Black with #21305D

Text Example


Text Example

White with #21305D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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