Html Css Color HEX #284253 Nile Blue

📋 copy color: '#284253'

red 40 ◦ green 66 ◦ blue 83

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

Shades of Nile Blue #284253

Tints of Nile Blue #284253

RGB

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

 GREEN value IS 66 (26.17% from 255) = 34.92%

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

R = 21.16%
G = 34.92%
B = 43.92%

CMYK

 C value IS 0.52

 M value IS 0.20

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#284253 (or 0x284253) is known color: Nile Blue. HEX triplet: 28, 42 and 53. RGB value is (40,66,83). Sum of RGB (Red+Green+Blue) = 40+66+83=189 (25% of max value = 765). Red value is 40 (16.02% from 255 or 21.16% from 189); Green value is 66 (26.17% from 255 or 34.92% from 189); Blue value is 83 (32.81% from 255 or 43.92% from 189); Max value from RGB is 83 - color contains mainly: blue. Hex color #284253 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284253 is #D7BDAC. Grayscale: #3C3C3C. Windows color (decimal): -14138797 or 5456424. OLE color: 5456424.

HSL color Cylindrical-coordinate representation of color #284253: hue angle of 203.72º 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 #284253 is Cyan = 0.52, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 40 66 83 -
CMYK 0.52 0.20 0 0.67
HSL 203.72º 0.35% 0.24% -
HSV(B) 203.72º 0.52% 0.33% -
XYZ 4.38 4.97 8.91 -
YUV 60.16 140.89 113.62 -
System Red Green Blue C M Y K H S L
Decimal 40 66 83 0.52 0.20 0 0.67 203.72 0.35 0.24
Hex 28 42 53 34 14 0 43 CC 23 18
Octal 50 102 123 64 24 0 103 314 43 30
Binary 101000 1000010 1010011 110100 10100 0 1000011 11001100 100011 11000

Color Harmonies of #284253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284253

Black with #284253

Text Example


Text Example

White with #284253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #284253; }

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

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

background-color css

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

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

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

border-color css

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

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

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