#263E4F

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

Shades of Nile Blue #263E4F

Tints of Nile Blue #263E4F

Color information

#263E4F (or 0x263E4F) is unknown color: approx Nile Blue. HEX triplet: 26, 3E and 4F. RGB value is (38,62,79). Sum of RGB (Red+Green+Blue) = 38+62+79=179 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.23% from 179); Green value is 62 (24.61% from 255 or 34.64% from 179); Blue value is 79 (31.25% from 255 or 44.13% from 179); Max value from RGB is 79 - color contains mainly: blue. Hex color #263E4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263E4F is #D9C1B0. Grayscale: #383838. Windows color (decimal): -14270897 or 5193254. OLE color: 5193254.

HSL color Cylindrical-coordinate representation of color #263E4F: hue angle of 204.88º degrees, saturation: 0.35, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #263E4F is Cyan = 0.52, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB386279-
CMYK0.520.2200.69
HSL204.88º35.04%22.94%-
HSV(B)204.88º51.9%30.98%-
XYZ3.934.428.04-
YUV56.76140.55114.62-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 21.23%
GREEN value IS 62 (24.61% from 255) = 34.64%
BLUE value IS 79 (31.25% from 255) = 44.13%
R=21.23%
G=34.64%
B=44.13%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3862790.520.2200.69204.8835.0422.94
Hex263E4F3416045cd2317
Octal4676117642601053154327
Binary100110111110100111111010010110010001011100110110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263E4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263E4F; }

 p { color: rgb(38,62,79); }

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

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

 a { background-color: rgb(38,62,79); }

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

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

 span { border-color: rgb(38,62,79); }

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