Html Css Color HEX #203764 Catalina Blue

📋 copy color: '#203764'

red 32 ◦ green 55 ◦ blue 100

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

Shades of Catalina Blue #203764

Tints of Catalina Blue #203764

RGB

 RED value IS 32 (12.89% from 255) = 17.11%

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

 BLUE value IS 100 (39.45% from 255) = 53.48%

R = 17.11%
G = 29.41%
B = 53.48%

CMYK

 C value IS 0.68

 M value IS 0.45

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#203764 (or 0x203764) is known color: Catalina Blue. HEX triplet: 20, 37 and 64. RGB value is (32,55,100). Sum of RGB (Red+Green+Blue) = 32+55+100=187 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.11% from 187); Green value is 55 (21.88% from 255 or 29.41% from 187); Blue value is 100 (39.45% from 255 or 53.48% from 187); Max value from RGB is 100 - color contains mainly: blue. Hex color #203764 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203764 is #DFC89B. Grayscale: #353535. Windows color (decimal): -14665884 or 6567712. OLE color: 6567712.

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

Color convert

RGB 32 55 100 -
CMYK 0.68 0.45 0 0.61
HSL 219.71º 0.52% 0.26% -
HSV(B) 219.71º 0.68% 0.39% -
XYZ 4.26 3.96 12.6 -
YUV 53.25 154.38 112.84 -
System Red Green Blue C M Y K H S L
Decimal 32 55 100 0.68 0.45 0 0.61 219.71 0.52 0.26
Hex 20 37 64 44 2D 0 3D DC 34 1A
Octal 40 67 144 104 55 0 75 334 64 32
Binary 100000 110111 1100100 1000100 101101 0 111101 11011100 110100 11010

Color Harmonies of #203764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203764

Black with #203764

Text Example


Text Example

White with #203764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #203764; }

 p { color: rgb(32,55,100); }

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

background-color css

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

 a { background-color: rgb(32,55,100); }

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

border-color css

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

 span { border-color: rgb(32,55,100); }

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