Html Css Color HEX #21376C Catalina Blue

📋 copy color: '#21376C'

red 33 ◦ green 55 ◦ blue 108

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

Shades of Catalina Blue #21376C

Tints of Catalina Blue #21376C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 28.06%

 BLUE value IS 108 (42.58% from 255) = 55.1%

R = 16.84%
G = 28.06%
B = 55.1%

CMYK

 C value IS 0.69

 M value IS 0.49

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#21376C (or 0x21376C) is known color: Catalina Blue. HEX triplet: 21, 37 and 6C. RGB value is (33,55,108). Sum of RGB (Red+Green+Blue) = 33+55+108=196 (25% of max value = 765). Red value is 33 (13.28% from 255 or 16.84% from 196); Green value is 55 (21.88% from 255 or 28.06% from 196); Blue value is 108 (42.58% from 255 or 55.10% from 196); Max value from RGB is 108 - color contains mainly: blue. Hex color #21376C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21376C is #DEC893. Grayscale: #363636. Windows color (decimal): -14600340 or 7092001. OLE color: 7092001.

HSL color Cylindrical-coordinate representation of color #21376C: hue angle of 222.4º degrees, saturation: 0.53, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #21376C is Cyan = 0.69, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 33 55 108 -
CMYK 0.69 0.49 0 0.58
HSL 222.4º 0.53% 0.28% -
HSV(B) 222.4º 0.69% 0.42% -
XYZ 4.7 4.14 14.74 -
YUV 54.46 158.21 112.69 -
System Red Green Blue C M Y K H S L
Decimal 33 55 108 0.69 0.49 0 0.58 222.4 0.53 0.28
Hex 21 37 6C 45 31 0 3A DE 35 1C
Octal 41 67 154 105 61 0 72 336 65 34
Binary 100001 110111 1101100 1000101 110001 0 111010 11011110 110101 11100

Color Harmonies of #21376C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21376C

Black with #21376C

Text Example


Text Example

White with #21376C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21376C; }

 p { color: rgb(33,55,108); }

 H1.HeaderClassName
 {
   color: #21376C;
 }
 .AnyTagClassName
 {
   color: #21376C;
 }
</style>

background-color css

<style>
 a { background-color: #21376C; }

 a { background-color: rgb(33,55,108); }

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

border-color css

<style>
 span { border-color: #21376C; }

 span { border-color: rgb(33,55,108); }

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