Html Css Color HEX #213763 Catalina Blue

📋 copy color: '#213763'

red 33 ◦ green 55 ◦ blue 99

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

Shades of Catalina Blue #213763

Tints of Catalina Blue #213763

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 52.94%

R = 17.65%
G = 29.41%
B = 52.94%

CMYK

 C value IS 0.67

 M value IS 0.44

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#213763 (or 0x213763) is known color: Catalina Blue. HEX triplet: 21, 37 and 63. RGB value is (33,55,99). Sum of RGB (Red+Green+Blue) = 33+55+99=187 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.65% from 187); Green value is 55 (21.88% from 255 or 29.41% from 187); Blue value is 99 (39.06% from 255 or 52.94% from 187); Max value from RGB is 99 - color contains mainly: blue. Hex color #213763 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213763 is #DEC89C. Grayscale: #353535. Windows color (decimal): -14600349 or 6502177. OLE color: 6502177.

HSL color Cylindrical-coordinate representation of color #213763: hue angle of 220º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #213763 is Cyan = 0.67, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 33 55 99 -
CMYK 0.67 0.44 0 0.61
HSL 220º 0.5% 0.26% -
HSV(B) 220º 0.67% 0.39% -
XYZ 4.25 3.96 12.34 -
YUV 53.44 153.71 113.42 -
System Red Green Blue C M Y K H S L
Decimal 33 55 99 0.67 0.44 0 0.61 220 0.5 0.26
Hex 21 37 63 43 2C 0 3D DC 32 1A
Octal 41 67 143 103 54 0 75 334 62 32
Binary 100001 110111 1100011 1000011 101100 0 111101 11011100 110010 11010

Color Harmonies of #213763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213763

Black with #213763

Text Example


Text Example

White with #213763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213763; }

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

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

background-color css

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

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

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

border-color css

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

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

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