Html Css Color HEX #203760 Catalina Blue

📋 copy color: '#203760'

red 32 ◦ green 55 ◦ blue 96

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

Shades of Catalina Blue #203760

Tints of Catalina Blue #203760

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 52.46%

R = 17.49%
G = 30.05%
B = 52.46%

CMYK

 C value IS 0.67

 M value IS 0.43

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#203760 (or 0x203760) is known color: Catalina Blue. HEX triplet: 20, 37 and 60. RGB value is (32,55,96). Sum of RGB (Red+Green+Blue) = 32+55+96=183 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.49% from 183); Green value is 55 (21.88% from 255 or 30.05% from 183); Blue value is 96 (37.89% from 255 or 52.46% from 183); Max value from RGB is 96 - color contains mainly: blue. Hex color #203760 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203760 is #DFC89F. Grayscale: #343434. Windows color (decimal): -14665888 or 6305568. OLE color: 6305568.

HSL color Cylindrical-coordinate representation of color #203760: hue angle of 218.44º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #203760 is Cyan = 0.67, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 32 55 96 -
CMYK 0.67 0.43 0 0.62
HSL 218.44º 0.5% 0.25% -
HSV(B) 218.44º 0.67% 0.38% -
XYZ 4.07 3.88 11.6 -
YUV 52.8 152.38 113.17 -
System Red Green Blue C M Y K H S L
Decimal 32 55 96 0.67 0.43 0 0.62 218.44 0.5 0.25
Hex 20 37 60 43 2B 0 3E DA 32 19
Octal 40 67 140 103 53 0 76 332 62 31
Binary 100000 110111 1100000 1000011 101011 0 111110 11011010 110010 11001

Color Harmonies of #203760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203760

Black with #203760

Text Example


Text Example

White with #203760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #203760; }

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

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

background-color css

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

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

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

border-color css

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

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

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