Html Css Color HEX #213862 Catalina Blue

📋 copy color: '#213862'

red 33 ◦ green 56 ◦ blue 98

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

Shades of Catalina Blue #213862

Tints of Catalina Blue #213862

RGB

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

 GREEN value IS 56 (22.27% from 255) = 29.95%

 BLUE value IS 98 (38.67% from 255) = 52.41%

R = 17.65%
G = 29.95%
B = 52.41%

CMYK

 C value IS 0.66

 M value IS 0.43

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#213862 (or 0x213862) is known color: Catalina Blue. HEX triplet: 21, 38 and 62. RGB value is (33,56,98). Sum of RGB (Red+Green+Blue) = 33+56+98=187 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.65% from 187); Green value is 56 (22.27% from 255 or 29.95% from 187); Blue value is 98 (38.67% from 255 or 52.41% from 187); Max value from RGB is 98 - color contains mainly: blue. Hex color #213862 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213862 is #DEC79D. Grayscale: #353535. Windows color (decimal): -14600094 or 6436897. OLE color: 6436897.

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

Color convert

RGB 33 56 98 -
CMYK 0.66 0.43 0 0.62
HSL 218.77º 0.5% 0.26% -
HSV(B) 218.77º 0.66% 0.38% -
XYZ 4.25 4.03 12.11 -
YUV 53.91 152.88 113.08 -
System Red Green Blue C M Y K H S L
Decimal 33 56 98 0.66 0.43 0 0.62 218.77 0.5 0.26
Hex 21 38 62 42 2B 0 3E DB 32 1A
Octal 41 70 142 102 53 0 76 333 62 32
Binary 100001 111000 1100010 1000010 101011 0 111110 11011011 110010 11010

Color Harmonies of #213862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213862

Black with #213862

Text Example


Text Example

White with #213862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213862; }

 p { color: rgb(33,56,98); }

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

background-color css

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

 a { background-color: rgb(33,56,98); }

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

border-color css

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

 span { border-color: rgb(33,56,98); }

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