#263B4B

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

Shades of Nile Blue #263B4B

Tints of Nile Blue #263B4B

Color information

#263B4B (or 0x263B4B) is unknown color: approx Nile Blue. HEX triplet: 26, 3B and 4B. RGB value is (38,59,75). Sum of RGB (Red+Green+Blue) = 38+59+75=172 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.09% from 172); Green value is 59 (23.44% from 255 or 34.30% from 172); Blue value is 75 (29.69% from 255 or 43.60% from 172); Max value from RGB is 75 - color contains mainly: blue. Hex color #263B4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263B4B is #D9C4B4. Grayscale: #363636. Windows color (decimal): -14271669 or 4930342. OLE color: 4930342.

HSL color Cylindrical-coordinate representation of color #263B4B: hue angle of 205.95º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #263B4B is Cyan = 0.49, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB385975-
CMYK0.490.2100.71
HSL205.95º32.74%22.16%-
HSV(B)205.95º49.33%29.41%-
XYZ3.634.057.25-
YUV54.54139.54116.2-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 22.09%
GREEN value IS 59 (23.44% from 255) = 34.30%
BLUE value IS 75 (29.69% from 255) = 43.60%
R=22.09%
G=34.30%
B=43.60%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3859750.490.2100.71205.9532.7422.16
Hex263B4B3115047ce2116
Octal4673113612501073164126
Binary100110111011100101111000110101010001111100111010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,59,75); }

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

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

 a { background-color: rgb(38,59,75); }

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

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

 span { border-color: rgb(38,59,75); }

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