Html Css Color HEX #213955 Catalina Blue

📋 copy color: '#213955'

red 33 ◦ green 57 ◦ blue 85

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

Shades of Catalina Blue #213955

Tints of Catalina Blue #213955

RGB

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

 GREEN value IS 57 (22.66% from 255) = 32.57%

 BLUE value IS 85 (33.59% from 255) = 48.57%

R = 18.86%
G = 32.57%
B = 48.57%

CMYK

 C value IS 0.61

 M value IS 0.33

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#213955 (or 0x213955) is known color: Catalina Blue. HEX triplet: 21, 39 and 55. RGB value is (33,57,85). Sum of RGB (Red+Green+Blue) = 33+57+85=175 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.86% from 175); Green value is 57 (22.66% from 255 or 32.57% from 175); Blue value is 85 (33.59% from 255 or 48.57% from 175); Max value from RGB is 85 - color contains mainly: blue. Hex color #213955 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213955 is #DEC6AA. Grayscale: #343434. Windows color (decimal): -14599851 or 5585185. OLE color: 5585185.

HSL color Cylindrical-coordinate representation of color #213955: hue angle of 212.31º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #213955 is Cyan = 0.61, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 33 57 85 -
CMYK 0.61 0.33 0 0.67
HSL 212.31º 0.44% 0.23% -
HSV(B) 212.31º 0.61% 0.33% -
XYZ 3.73 3.91 9.15 -
YUV 53.02 146.05 113.72 -
System Red Green Blue C M Y K H S L
Decimal 33 57 85 0.61 0.33 0 0.67 212.31 0.44 0.23
Hex 21 39 55 3D 21 0 43 D4 2C 17
Octal 41 71 125 75 41 0 103 324 54 27
Binary 100001 111001 1010101 111101 100001 0 1000011 11010100 101100 10111

Color Harmonies of #213955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213955

Black with #213955

Text Example


Text Example

White with #213955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213955; }

 p { color: rgb(33,57,85); }

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

background-color css

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

 a { background-color: rgb(33,57,85); }

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

border-color css

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

 span { border-color: rgb(33,57,85); }

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