#263A3C

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

Shades of Nordic #263A3C

Tints of Nordic #263A3C

Color information

#263A3C (or 0x263A3C) is unknown color: approx Nordic. HEX triplet: 26, 3A and 3C. RGB value is (38,58,60). Sum of RGB (Red+Green+Blue) = 38+58+60=156 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.36% from 156); Green value is 58 (23.05% from 255 or 37.18% from 156); Blue value is 60 (23.83% from 255 or 38.46% from 156); Max value from RGB is 60 - color contains mainly: blue. Hex color #263A3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263A3C is #D9C5C3. Grayscale: #343434. Windows color (decimal): -14271940 or 3947046. OLE color: 3947046.

HSL color Cylindrical-coordinate representation of color #263A3C: hue angle of 185.45º degrees, saturation: 0.22, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #263A3C is Cyan = 0.37, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB385860-
CMYK0.370.0300.76
HSL185.45º22.45%19.22%-
HSV(B)185.45º36.67%23.53%-
XYZ3.133.764.84-
YUV52.25132.37117.84-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 24.36%
GREEN value IS 58 (23.05% from 255) = 37.18%
BLUE value IS 60 (23.83% from 255) = 38.46%
R=24.36%
G=37.18%
B=38.46%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3858600.370.0300.76185.4522.4519.22
Hex263A3C25304Cb91613
Octal46727445301142712623
Binary1001101110101111001001011101001100101110011011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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