Html Css Color HEX #213752 Catalina Blue

📋 copy color: '#213752'

red 33 ◦ green 55 ◦ blue 82

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

Shades of Catalina Blue #213752

Tints of Catalina Blue #213752

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 48.24%

R = 19.41%
G = 32.35%
B = 48.24%

CMYK

 C value IS 0.60

 M value IS 0.33

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#213752 (or 0x213752) is known color: Catalina Blue. HEX triplet: 21, 37 and 52. RGB value is (33,55,82). Sum of RGB (Red+Green+Blue) = 33+55+82=170 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.41% from 170); Green value is 55 (21.88% from 255 or 32.35% from 170); Blue value is 82 (32.42% from 255 or 48.24% from 170); Max value from RGB is 82 - color contains mainly: blue. Hex color #213752 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213752 is #DEC8AD. Grayscale: #333333. Windows color (decimal): -14600366 or 5388065. OLE color: 5388065.

HSL color Cylindrical-coordinate representation of color #213752: hue angle of 213.06º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #213752 is Cyan = 0.60, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 33 55 82 -
CMYK 0.60 0.33 0 0.68
HSL 213.06º 0.43% 0.23% -
HSV(B) 213.06º 0.6% 0.32% -
XYZ 3.52 3.66 8.5 -
YUV 51.5 145.21 114.8 -
System Red Green Blue C M Y K H S L
Decimal 33 55 82 0.60 0.33 0 0.68 213.06 0.43 0.23
Hex 21 37 52 3C 21 0 44 D5 2B 17
Octal 41 67 122 74 41 0 104 325 53 27
Binary 100001 110111 1010010 111100 100001 0 1000100 11010101 101011 10111

Color Harmonies of #213752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213752

Black with #213752

Text Example


Text Example

White with #213752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213752; }

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

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

background-color css

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

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

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

border-color css

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

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

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