#263D3F

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

Shades of Nordic #263D3F

Tints of Nordic #263D3F

Color information

#263D3F (or 0x263D3F) is unknown color: approx Nordic. HEX triplet: 26, 3D and 3F. RGB value is (38,61,63). Sum of RGB (Red+Green+Blue) = 38+61+63=162 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.46% from 162); Green value is 61 (24.22% from 255 or 37.65% from 162); Blue value is 63 (25% from 255 or 38.89% from 162); Max value from RGB is 63 - color contains mainly: blue. Hex color #263D3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263D3F is #D9C2C0. Grayscale: #363636. Windows color (decimal): -14271169 or 4144422. OLE color: 4144422.

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

Color convert

RGB386163-
CMYK0.400.0300.75
HSL184.8º24.75%19.8%-
HSV(B)184.8º39.68%24.71%-
XYZ3.374.115.32-
YUV54.35132.88116.34-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 23.46%
GREEN value IS 61 (24.22% from 255) = 37.65%
BLUE value IS 63 (25% from 255) = 38.89%
R=23.46%
G=37.65%
B=38.89%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3861630.400.0300.75184.824.7519.8
Hex263D3F28304Bb91914
Octal46757750301132713124
Binary1001101111011111111010001101001011101110011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263D3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,61,63); }

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

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

 a { background-color: rgb(38,61,63); }

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

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

 span { border-color: rgb(38,61,63); }

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