Html Css Color HEX #284053 Nile Blue

📋 copy color: '#284053'

red 40 ◦ green 64 ◦ blue 83

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

Shades of Nile Blue #284053

Tints of Nile Blue #284053

RGB

 RED value IS 40 (16.02% from 255) = 21.39%

 GREEN value IS 64 (25.39% from 255) = 34.22%

 BLUE value IS 83 (32.81% from 255) = 44.39%

R = 21.39%
G = 34.22%
B = 44.39%

CMYK

 C value IS 0.52

 M value IS 0.23

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#284053 (or 0x284053) is known color: Nile Blue. HEX triplet: 28, 40 and 53. RGB value is (40,64,83). Sum of RGB (Red+Green+Blue) = 40+64+83=187 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.39% from 187); Green value is 64 (25.39% from 255 or 34.22% from 187); Blue value is 83 (32.81% from 255 or 44.39% from 187); Max value from RGB is 83 - color contains mainly: blue. Hex color #284053 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284053 is #D7BFAC. Grayscale: #3A3A3A. Windows color (decimal): -14139309 or 5455912. OLE color: 5455912.

HSL color Cylindrical-coordinate representation of color #284053: hue angle of 206.51º degrees, saturation: 0.35, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #284053 is Cyan = 0.52, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 40 64 83 -
CMYK 0.52 0.23 0 0.67
HSL 206.51º 0.35% 0.24% -
HSV(B) 206.51º 0.52% 0.33% -
XYZ 4.27 4.74 8.87 -
YUV 58.99 141.55 114.46 -
System Red Green Blue C M Y K H S L
Decimal 40 64 83 0.52 0.23 0 0.67 206.51 0.35 0.24
Hex 28 40 53 34 17 0 43 CF 23 18
Octal 50 100 123 64 27 0 103 317 43 30
Binary 101000 1000000 1010011 110100 10111 0 1000011 11001111 100011 11000

Color Harmonies of #284053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284053

Black with #284053

Text Example


Text Example

White with #284053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #284053; }

 p { color: rgb(40,64,83); }

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

background-color css

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

 a { background-color: rgb(40,64,83); }

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

border-color css

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

 span { border-color: rgb(40,64,83); }

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