Html Css Color HEX #213569 Catalina Blue

📋 copy color: '#213569'

red 33 ◦ green 53 ◦ blue 105

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

Shades of Catalina Blue #213569

Tints of Catalina Blue #213569

RGB

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

 GREEN value IS 53 (21.09% from 255) = 27.75%

 BLUE value IS 105 (41.41% from 255) = 54.97%

R = 17.28%
G = 27.75%
B = 54.97%

CMYK

 C value IS 0.69

 M value IS 0.50

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#213569 (or 0x213569) is known color: Catalina Blue. HEX triplet: 21, 35 and 69. RGB value is (33,53,105). Sum of RGB (Red+Green+Blue) = 33+53+105=191 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.28% from 191); Green value is 53 (21.09% from 255 or 27.75% from 191); Blue value is 105 (41.41% from 255 or 54.97% from 191); Max value from RGB is 105 - color contains mainly: blue. Hex color #213569 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213569 is #DECA96. Grayscale: #343434. Windows color (decimal): -14600855 or 6894881. OLE color: 6894881.

HSL color Cylindrical-coordinate representation of color #213569: hue angle of 223.33º degrees, saturation: 0.52, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #213569 is Cyan = 0.69, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 33 53 105 -
CMYK 0.69 0.50 0 0.59
HSL 223.33º 0.52% 0.27% -
HSV(B) 223.33º 0.69% 0.41% -
XYZ 4.45 3.89 13.88 -
YUV 52.95 157.37 113.77 -
System Red Green Blue C M Y K H S L
Decimal 33 53 105 0.69 0.50 0 0.59 223.33 0.52 0.27
Hex 21 35 69 45 32 0 3B DF 34 1B
Octal 41 65 151 105 62 0 73 337 64 33
Binary 100001 110101 1101001 1000101 110010 0 111011 11011111 110100 11011

Color Harmonies of #213569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213569

Black with #213569

Text Example


Text Example

White with #213569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213569; }

 p { color: rgb(33,53,105); }

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

background-color css

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

 a { background-color: rgb(33,53,105); }

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

border-color css

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

 span { border-color: rgb(33,53,105); }

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