Html Css Color HEX #213C5C Catalina Blue

📋 copy color: '#213C5C'

red 33 ◦ green 60 ◦ blue 92

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

Shades of Catalina Blue #213C5C

Tints of Catalina Blue #213C5C

RGB

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

 GREEN value IS 60 (23.83% from 255) = 32.43%

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

R = 17.84%
G = 32.43%
B = 49.73%

CMYK

 C value IS 0.64

 M value IS 0.35

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#213C5C (or 0x213C5C) is known color: Catalina Blue. HEX triplet: 21, 3C and 5C. RGB value is (33,60,92). Sum of RGB (Red+Green+Blue) = 33+60+92=185 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.84% from 185); Green value is 60 (23.83% from 255 or 32.43% from 185); Blue value is 92 (36.33% from 255 or 49.73% from 185); Max value from RGB is 92 - color contains mainly: blue. Hex color #213C5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213C5C is #DEC3A3. Grayscale: #373737. Windows color (decimal): -14599076 or 6044705. OLE color: 6044705.

HSL color Cylindrical-coordinate representation of color #213C5C: hue angle of 212.54º 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 #213C5C is Cyan = 0.64, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 33 60 92 -
CMYK 0.64 0.35 0 0.64
HSL 212.54º 0.47% 0.25% -
HSV(B) 212.54º 0.64% 0.36% -
XYZ 4.17 4.33 10.74 -
YUV 55.58 148.55 111.9 -
System Red Green Blue C M Y K H S L
Decimal 33 60 92 0.64 0.35 0 0.64 212.54 0.47 0.25
Hex 21 3C 5C 40 23 0 40 D5 2F 19
Octal 41 74 134 100 43 0 100 325 57 31
Binary 100001 111100 1011100 1000000 100011 0 1000000 11010101 101111 11001

Color Harmonies of #213C5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213C5C

Black with #213C5C

Text Example


Text Example

White with #213C5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213C5C; }

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

 H1.HeaderClassName
 {
   color: #213C5C;
 }
 .AnyTagClassName
 {
   color: #213C5C;
 }
</style>

background-color css

<style>
 a { background-color: #213C5C; }

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

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

border-color css

<style>
 span { border-color: #213C5C; }

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

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