Html Css Color HEX #213259 Catalina Blue

📋 copy color: '#213259'

red 33 ◦ green 50 ◦ blue 89

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

Shades of Catalina Blue #213259

Tints of Catalina Blue #213259

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 51.74%

R = 19.19%
G = 29.07%
B = 51.74%

CMYK

 C value IS 0.63

 M value IS 0.44

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#213259 (or 0x213259) is known color: Catalina Blue. HEX triplet: 21, 32 and 59. RGB value is (33,50,89). Sum of RGB (Red+Green+Blue) = 33+50+89=172 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.19% from 172); Green value is 50 (19.92% from 255 or 29.07% from 172); Blue value is 89 (35.16% from 255 or 51.74% from 172); Max value from RGB is 89 - color contains mainly: blue. Hex color #213259 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213259 is #DECDA6. Grayscale: #313131. Windows color (decimal): -14601639 or 5845537. OLE color: 5845537.

HSL color Cylindrical-coordinate representation of color #213259: hue angle of 221.79º degrees, saturation: 0.46, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #213259 is Cyan = 0.63, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 33 50 89 -
CMYK 0.63 0.44 0 0.65
HSL 221.79º 0.46% 0.24% -
HSV(B) 221.79º 0.63% 0.35% -
XYZ 3.57 3.33 9.9 -
YUV 49.36 150.37 116.33 -
System Red Green Blue C M Y K H S L
Decimal 33 50 89 0.63 0.44 0 0.65 221.79 0.46 0.24
Hex 21 32 59 3F 2C 0 41 DE 2E 18
Octal 41 62 131 77 54 0 101 336 56 30
Binary 100001 110010 1011001 111111 101100 0 1000001 11011110 101110 11000

Color Harmonies of #213259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213259

Black with #213259

Text Example


Text Example

White with #213259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213259; }

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

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

background-color css

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

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

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

border-color css

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

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

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