#263A3B

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

Shades of Nordic #263A3B

Tints of Nordic #263A3B

Color information

#263A3B (or 0x263A3B) is unknown color: approx Nordic. HEX triplet: 26, 3A and 3B. RGB value is (38,58,59). Sum of RGB (Red+Green+Blue) = 38+58+59=155 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.52% from 155); Green value is 58 (23.05% from 255 or 37.42% from 155); Blue value is 59 (23.44% from 255 or 38.06% from 155); Max value from RGB is 59 - color contains mainly: blue. Hex color #263A3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263A3B is #D9C5C4. Grayscale: #343434. Windows color (decimal): -14271941 or 3881510. OLE color: 3881510.

HSL color Cylindrical-coordinate representation of color #263A3B: hue angle of 182.86º degrees, saturation: 0.22, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #263A3B is Cyan = 0.36, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB385859-
CMYK0.360.0200.77
HSL182.86º21.65%19.02%-
HSV(B)182.86º35.59%23.14%-
XYZ3.13.754.7-
YUV52.13131.87117.92-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 24.52%
GREEN value IS 58 (23.05% from 255) = 37.42%
BLUE value IS 59 (23.44% from 255) = 38.06%
R=24.52%
G=37.42%
B=38.06%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal3858590.360.0200.77182.8621.6519.02
Hex263A3B24204Db71613
Octal46727344201152672623
Binary1001101110101110111001001001001101101101111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263A3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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