Html Css Color HEX #203E50 Nile Blue

📋 copy color: '#203E50'

red 32 ◦ green 62 ◦ blue 80

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

Shades of Nile Blue #203E50

Tints of Nile Blue #203E50

RGB

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

 GREEN value IS 62 (24.61% from 255) = 35.63%

 BLUE value IS 80 (31.64% from 255) = 45.98%

R = 18.39%
G = 35.63%
B = 45.98%

CMYK

 C value IS 0.60

 M value IS 0.22

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#203E50 (or 0x203E50) is known color: Nile Blue. HEX triplet: 20, 3E and 50. RGB value is (32,62,80). Sum of RGB (Red+Green+Blue) = 32+62+80=174 (23% of max value = 765). Red value is 32 (12.89% from 255 or 18.39% from 174); Green value is 62 (24.61% from 255 or 35.63% from 174); Blue value is 80 (31.64% from 255 or 45.98% from 174); Max value from RGB is 80 - color contains mainly: blue. Hex color #203E50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203E50 is #DFC1AF. Grayscale: #363636. Windows color (decimal): -14664112 or 5258784. OLE color: 5258784.

HSL color Cylindrical-coordinate representation of color #203E50: hue angle of 202.5º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #203E50 is Cyan = 0.60, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 32 62 80 -
CMYK 0.60 0.22 0 0.69
HSL 202.5º 0.43% 0.22% -
HSV(B) 202.5º 0.6% 0.31% -
XYZ 3.77 4.33 8.23 -
YUV 55.08 142.06 111.54 -
System Red Green Blue C M Y K H S L
Decimal 32 62 80 0.60 0.22 0 0.69 202.5 0.43 0.22
Hex 20 3E 50 3C 16 0 45 CA 2B 16
Octal 40 76 120 74 26 0 105 312 53 26
Binary 100000 111110 1010000 111100 10110 0 1000101 11001010 101011 10110

Color Harmonies of #203E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203E50

Black with #203E50

Text Example


Text Example

White with #203E50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #203E50; }

 p { color: rgb(32,62,80); }

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

background-color css

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

 a { background-color: rgb(32,62,80); }

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

border-color css

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

 span { border-color: rgb(32,62,80); }

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