Html Css Color HEX #213262 Catalina Blue

📋 copy color: '#213262'

red 33 ◦ green 50 ◦ blue 98

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

Shades of Catalina Blue #213262

Tints of Catalina Blue #213262

RGB

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

 GREEN value IS 50 (19.92% from 255) = 27.62%

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

R = 18.23%
G = 27.62%
B = 54.14%

CMYK

 C value IS 0.66

 M value IS 0.49

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#213262 (or 0x213262) is known color: Catalina Blue. HEX triplet: 21, 32 and 62. RGB value is (33,50,98). Sum of RGB (Red+Green+Blue) = 33+50+98=181 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.23% from 181); Green value is 50 (19.92% from 255 or 27.62% from 181); Blue value is 98 (38.67% from 255 or 54.14% from 181); Max value from RGB is 98 - color contains mainly: blue. Hex color #213262 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213262 is #DECD9D. Grayscale: #323232. Windows color (decimal): -14601630 or 6435361. OLE color: 6435361.

HSL color Cylindrical-coordinate representation of color #213262: hue angle of 224.31º 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 #213262 is Cyan = 0.66, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 33 50 98 -
CMYK 0.66 0.49 0 0.62
HSL 224.31º 0.5% 0.26% -
HSV(B) 224.31º 0.66% 0.38% -
XYZ 3.97 3.49 12.02 -
YUV 50.39 154.87 115.6 -
System Red Green Blue C M Y K H S L
Decimal 33 50 98 0.66 0.49 0 0.62 224.31 0.5 0.26
Hex 21 32 62 42 31 0 3E E0 32 1A
Octal 41 62 142 102 61 0 76 340 62 32
Binary 100001 110010 1100010 1000010 110001 0 111110 11100000 110010 11010

Color Harmonies of #213262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213262

Black with #213262

Text Example


Text Example

White with #213262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213262; }

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

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

background-color css

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

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

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

border-color css

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

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

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