Html Css Color HEX #213751 Catalina Blue

📋 copy color: '#213751'

red 33 ◦ green 55 ◦ blue 81

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

Shades of Catalina Blue #213751

Tints of Catalina Blue #213751

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 47.93%

R = 19.53%
G = 32.54%
B = 47.93%

CMYK

 C value IS 0.59

 M value IS 0.32

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#213751 (or 0x213751) is known color: Catalina Blue. HEX triplet: 21, 37 and 51. RGB value is (33,55,81). Sum of RGB (Red+Green+Blue) = 33+55+81=169 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.53% from 169); Green value is 55 (21.88% from 255 or 32.54% from 169); Blue value is 81 (32.03% from 255 or 47.93% from 169); Max value from RGB is 81 - color contains mainly: blue. Hex color #213751 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213751 is #DEC8AE. Grayscale: #333333. Windows color (decimal): -14600367 or 5322529. OLE color: 5322529.

HSL color Cylindrical-coordinate representation of color #213751: hue angle of 212.5º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #213751 is Cyan = 0.59, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 33 55 81 -
CMYK 0.59 0.32 0 0.68
HSL 212.5º 0.42% 0.22% -
HSV(B) 212.5º 0.59% 0.32% -
XYZ 3.48 3.65 8.31 -
YUV 51.39 144.71 114.89 -
System Red Green Blue C M Y K H S L
Decimal 33 55 81 0.59 0.32 0 0.68 212.5 0.42 0.22
Hex 21 37 51 3B 20 0 44 D4 2A 16
Octal 41 67 121 73 40 0 104 324 52 26
Binary 100001 110111 1010001 111011 100000 0 1000100 11010100 101010 10110

Color Harmonies of #213751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213751

Black with #213751

Text Example


Text Example

White with #213751

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213751; }

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

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

background-color css

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

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

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

border-color css

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

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

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