Html Css Color HEX #213768 Catalina Blue

📋 copy color: '#213768'

red 33 ◦ green 55 ◦ blue 104

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

Shades of Catalina Blue #213768

Tints of Catalina Blue #213768

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 54.17%

R = 17.19%
G = 28.65%
B = 54.17%

CMYK

 C value IS 0.68

 M value IS 0.47

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#213768 (or 0x213768) is known color: Catalina Blue. HEX triplet: 21, 37 and 68. RGB value is (33,55,104). Sum of RGB (Red+Green+Blue) = 33+55+104=192 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.19% from 192); Green value is 55 (21.88% from 255 or 28.65% from 192); Blue value is 104 (41.02% from 255 or 54.17% from 192); Max value from RGB is 104 - color contains mainly: blue. Hex color #213768 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213768 is #DEC897. Grayscale: #353535. Windows color (decimal): -14600344 or 6829857. OLE color: 6829857.

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

Color convert

RGB 33 55 104 -
CMYK 0.68 0.47 0 0.59
HSL 221.41º 0.52% 0.27% -
HSV(B) 221.41º 0.68% 0.41% -
XYZ 4.49 4.06 13.64 -
YUV 54.01 156.21 113.02 -
System Red Green Blue C M Y K H S L
Decimal 33 55 104 0.68 0.47 0 0.59 221.41 0.52 0.27
Hex 21 37 68 44 2F 0 3B DD 34 1B
Octal 41 67 150 104 57 0 73 335 64 33
Binary 100001 110111 1101000 1000100 101111 0 111011 11011101 110100 11011

Color Harmonies of #213768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213768

Black with #213768

Text Example


Text Example

White with #213768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213768; }

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

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

background-color css

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

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

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

border-color css

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

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

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