#283F4E

Color #283F4E Nile Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nile Blue #283F4E

Tints of Nile Blue #283F4E

Color information

#283F4E (or 0x283F4E) is unknown color: approx Nile Blue. HEX triplet: 28, 3F and 4E. RGB value is (40,63,78). Sum of RGB (Red+Green+Blue) = 40+63+78=181 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.10% from 181); Green value is 63 (25% from 255 or 34.81% from 181); Blue value is 78 (30.86% from 255 or 43.09% from 181); Max value from RGB is 78 - color contains mainly: blue. Hex color #283F4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283F4E is #D7C0B1. Grayscale: #393939. Windows color (decimal): -14139570 or 5127976. OLE color: 5127976.

HSL color Cylindrical-coordinate representation of color #283F4E: hue angle of 203.68º degrees, saturation: 0.32, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #283F4E is Cyan = 0.49, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB406378-
CMYK0.490.1900.69
HSL203.68º32.2%23.14%-
HSV(B)203.68º48.72%30.59%-
XYZ4.034.567.87-
YUV57.83139.38115.28-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 22.10%
GREEN value IS 63 (25% from 255) = 34.81%
BLUE value IS 78 (30.86% from 255) = 43.09%
R=22.10%
G=34.81%
B=43.09%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4063780.490.1900.69203.6832.223.14
Hex283F4E3113045cc2017
Octal5077116612301053144027
Binary101000111111100111011000110011010001011100110010000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #283F4E; }

 p { color: rgb(40,63,78); }

 H1.HeaderClassName
 {
   color: #283F4E;
 }
 .AnyTagClassName
 {
   color: #283F4E;
 }
</style>
background-color css

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

 a { background-color: rgb(40,63,78); }

 div.DivClassName
 {
   background-color: #283F4E;
 }
 .BgClassName
 {
   background-color: #283F4E;
 }
</style>
border-color css

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

 span { border-color: rgb(40,63,78); }

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