Html Css Color HEX #213769 Catalina Blue

📋 copy color: '#213769'

red 33 ◦ green 55 ◦ blue 105

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

Shades of Catalina Blue #213769

Tints of Catalina Blue #213769

RGB

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

 GREEN value IS 55 (21.88% from 255) = 28.5%

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

R = 17.1%
G = 28.5%
B = 54.4%

CMYK

 C value IS 0.69

 M value IS 0.48

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#213769 (or 0x213769) is known color: Catalina Blue. HEX triplet: 21, 37 and 69. RGB value is (33,55,105). Sum of RGB (Red+Green+Blue) = 33+55+105=193 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.10% from 193); Green value is 55 (21.88% from 255 or 28.50% from 193); Blue value is 105 (41.41% from 255 or 54.40% from 193); Max value from RGB is 105 - color contains mainly: blue. Hex color #213769 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213769 is #DEC896. Grayscale: #353535. Windows color (decimal): -14600343 or 6895393. OLE color: 6895393.

HSL color Cylindrical-coordinate representation of color #213769: hue angle of 221.67º 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 #213769 is Cyan = 0.69, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 33 55 105 -
CMYK 0.69 0.48 0 0.59
HSL 221.67º 0.52% 0.27% -
HSV(B) 221.67º 0.69% 0.41% -
XYZ 4.54 4.08 13.91 -
YUV 54.12 156.71 112.93 -
System Red Green Blue C M Y K H S L
Decimal 33 55 105 0.69 0.48 0 0.59 221.67 0.52 0.27
Hex 21 37 69 45 30 0 3B DE 34 1B
Octal 41 67 151 105 60 0 73 336 64 33
Binary 100001 110111 1101001 1000101 110000 0 111011 11011110 110100 11011

Color Harmonies of #213769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213769

Black with #213769

Text Example


Text Example

White with #213769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213769; }

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

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

background-color css

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

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

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

border-color css

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

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

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