Html Css Color HEX #203768 Catalina Blue

📋 copy color: '#203768'

red 32 ◦ green 55 ◦ blue 104

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

Shades of Catalina Blue #203768

Tints of Catalina Blue #203768

RGB

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

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

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

R = 16.75%
G = 28.8%
B = 54.45%

CMYK

 C value IS 0.69

 M value IS 0.47

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#203768 (or 0x203768) is known color: Catalina Blue. HEX triplet: 20, 37 and 68. RGB value is (32,55,104). Sum of RGB (Red+Green+Blue) = 32+55+104=191 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.75% from 191); Green value is 55 (21.88% from 255 or 28.80% from 191); Blue value is 104 (41.02% from 255 or 54.45% from 191); Max value from RGB is 104 - color contains mainly: blue. Hex color #203768 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203768 is #DFC897. Grayscale: #353535. Windows color (decimal): -14665880 or 6829856. OLE color: 6829856.

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

Color convert

RGB 32 55 104 -
CMYK 0.69 0.47 0 0.59
HSL 220.83º 0.53% 0.27% -
HSV(B) 220.83º 0.69% 0.41% -
XYZ 4.46 4.04 13.64 -
YUV 53.71 156.38 112.52 -
System Red Green Blue C M Y K H S L
Decimal 32 55 104 0.69 0.47 0 0.59 220.83 0.53 0.27
Hex 20 37 68 45 2F 0 3B DD 35 1B
Octal 40 67 150 105 57 0 73 335 65 33
Binary 100000 110111 1101000 1000101 101111 0 111011 11011101 110101 11011

Color Harmonies of #203768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203768

Black with #203768

Text Example


Text Example

White with #203768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #203768; }

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

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

background-color css

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

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

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

border-color css

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

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

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