Html Css Color HEX #213961 Catalina Blue

📋 copy color: '#213961'

red 33 ◦ green 57 ◦ blue 97

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

Shades of Catalina Blue #213961

Tints of Catalina Blue #213961

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 51.87%

R = 17.65%
G = 30.48%
B = 51.87%

CMYK

 C value IS 0.66

 M value IS 0.41

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#213961 (or 0x213961) is known color: Catalina Blue. HEX triplet: 21, 39 and 61. RGB value is (33,57,97). Sum of RGB (Red+Green+Blue) = 33+57+97=187 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.65% from 187); Green value is 57 (22.66% from 255 or 30.48% from 187); Blue value is 97 (38.28% from 255 or 51.87% from 187); Max value from RGB is 97 - color contains mainly: blue. Hex color #213961 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213961 is #DEC69E. Grayscale: #363636. Windows color (decimal): -14599839 or 6371617. OLE color: 6371617.

HSL color Cylindrical-coordinate representation of color #213961: hue angle of 217.5º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #213961 is Cyan = 0.66, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 33 57 97 -
CMYK 0.66 0.41 0 0.62
HSL 217.5º 0.49% 0.25% -
HSV(B) 217.5º 0.66% 0.38% -
XYZ 4.25 4.11 11.88 -
YUV 54.38 152.05 112.75 -
System Red Green Blue C M Y K H S L
Decimal 33 57 97 0.66 0.41 0 0.62 217.5 0.49 0.25
Hex 21 39 61 42 29 0 3E DA 31 19
Octal 41 71 141 102 51 0 76 332 61 31
Binary 100001 111001 1100001 1000010 101001 0 111110 11011010 110001 11001

Color Harmonies of #213961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213961

Black with #213961

Text Example


Text Example

White with #213961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213961; }

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

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

background-color css

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

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

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

border-color css

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

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

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