Html Css Color HEX #213765 Catalina Blue

📋 copy color: '#213765'

red 33 ◦ green 55 ◦ blue 101

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

Shades of Catalina Blue #213765

Tints of Catalina Blue #213765

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 53.44%

R = 17.46%
G = 29.1%
B = 53.44%

CMYK

 C value IS 0.67

 M value IS 0.46

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#213765 (or 0x213765) is known color: Catalina Blue. HEX triplet: 21, 37 and 65. RGB value is (33,55,101). Sum of RGB (Red+Green+Blue) = 33+55+101=189 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.46% from 189); Green value is 55 (21.88% from 255 or 29.10% from 189); Blue value is 101 (39.84% from 255 or 53.44% from 189); Max value from RGB is 101 - color contains mainly: blue. Hex color #213765 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213765 is #DEC89A. Grayscale: #353535. Windows color (decimal): -14600347 or 6633249. OLE color: 6633249.

HSL color Cylindrical-coordinate representation of color #213765: hue angle of 220.59º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #213765 is Cyan = 0.67, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 33 55 101 -
CMYK 0.67 0.46 0 0.60
HSL 220.59º 0.51% 0.26% -
HSV(B) 220.59º 0.67% 0.4% -
XYZ 4.34 4 12.85 -
YUV 53.67 154.71 113.26 -
System Red Green Blue C M Y K H S L
Decimal 33 55 101 0.67 0.46 0 0.60 220.59 0.51 0.26
Hex 21 37 65 43 2E 0 3C DD 33 1A
Octal 41 67 145 103 56 0 74 335 63 32
Binary 100001 110111 1100101 1000011 101110 0 111100 11011101 110011 11010

Color Harmonies of #213765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213765

Black with #213765

Text Example


Text Example

White with #213765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213765; }

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

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

background-color css

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

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

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

border-color css

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

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

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