Html Css Color HEX #21375C Catalina Blue

📋 copy color: '#21375C'

red 33 ◦ green 55 ◦ blue 92

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

Shades of Catalina Blue #21375C

Tints of Catalina Blue #21375C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 51.11%

R = 18.33%
G = 30.56%
B = 51.11%

CMYK

 C value IS 0.64

 M value IS 0.40

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#21375C (or 0x21375C) is known color: Catalina Blue. HEX triplet: 21, 37 and 5C. RGB value is (33,55,92). Sum of RGB (Red+Green+Blue) = 33+55+92=180 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.33% from 180); Green value is 55 (21.88% from 255 or 30.56% from 180); Blue value is 92 (36.33% from 255 or 51.11% from 180); Max value from RGB is 92 - color contains mainly: blue. Hex color #21375C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21375C is #DEC8A3. Grayscale: #343434. Windows color (decimal): -14600356 or 6043425. OLE color: 6043425.

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

Color convert

RGB 33 55 92 -
CMYK 0.64 0.40 0 0.64
HSL 217.63º 0.47% 0.25% -
HSV(B) 217.63º 0.64% 0.36% -
XYZ 3.93 3.83 10.66 -
YUV 52.64 150.21 113.99 -
System Red Green Blue C M Y K H S L
Decimal 33 55 92 0.64 0.40 0 0.64 217.63 0.47 0.25
Hex 21 37 5C 40 28 0 40 DA 2F 19
Octal 41 67 134 100 50 0 100 332 57 31
Binary 100001 110111 1011100 1000000 101000 0 1000000 11011010 101111 11001

Color Harmonies of #21375C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21375C

Black with #21375C

Text Example


Text Example

White with #21375C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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