#263E41

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

Shades of Nordic #263E41

Tints of Nordic #263E41

Color information

#263E41 (or 0x263E41) is unknown color: approx Nordic. HEX triplet: 26, 3E and 41. RGB value is (38,62,65). Sum of RGB (Red+Green+Blue) = 38+62+65=165 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.03% from 165); Green value is 62 (24.61% from 255 or 37.58% from 165); Blue value is 65 (25.78% from 255 or 39.39% from 165); Max value from RGB is 65 - color contains mainly: blue. Hex color #263E41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263E41 is #D9C1BE. Grayscale: #373737. Windows color (decimal): -14270911 or 4275750. OLE color: 4275750.

HSL color Cylindrical-coordinate representation of color #263E41: hue angle of 186.67º degrees, saturation: 0.26, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #263E41 is Cyan = 0.42, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB386265-
CMYK0.420.0500.75
HSL186.67º26.21%20.2%-
HSV(B)186.67º41.54%25.49%-
XYZ3.484.245.64-
YUV55.17133.55115.76-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 23.03%
GREEN value IS 62 (24.61% from 255) = 37.58%
BLUE value IS 65 (25.78% from 255) = 39.39%
R=23.03%
G=37.58%
B=39.39%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3862650.420.0500.75186.6726.2120.2
Hex263E412A504Bbb1a14
Octal467610152501132733224
Binary100110111110100000110101010101001011101110111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263E41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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