#263A4B

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

Shades of Nile Blue #263A4B

Tints of Nile Blue #263A4B

Color information

#263A4B (or 0x263A4B) is unknown color: approx Nile Blue. HEX triplet: 26, 3A and 4B. RGB value is (38,58,75). Sum of RGB (Red+Green+Blue) = 38+58+75=171 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.22% from 171); Green value is 58 (23.05% from 255 or 33.92% from 171); Blue value is 75 (29.69% from 255 or 43.86% from 171); Max value from RGB is 75 - color contains mainly: blue. Hex color #263A4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263A4B is #D9C5B4. Grayscale: #353535. Windows color (decimal): -14271925 or 4930086. OLE color: 4930086.

HSL color Cylindrical-coordinate representation of color #263A4B: hue angle of 207.57º 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 #263A4B is Cyan = 0.49, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB385875-
CMYK0.490.2300.71
HSL207.57º32.74%22.16%-
HSV(B)207.57º49.33%29.41%-
XYZ3.583.957.23-
YUV53.96139.87116.62-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 22.22%
GREEN value IS 58 (23.05% from 255) = 33.92%
BLUE value IS 75 (29.69% from 255) = 43.86%
R=22.22%
G=33.92%
B=43.86%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3858750.490.2300.71207.5732.7422.16
Hex263A4B3117047d02116
Octal4672113612701073204126
Binary100110111010100101111000110111010001111101000010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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