#153738

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

Shades of Nordic #153738

Tints of Nordic #153738

Color information

#153738 (or 0x153738) is unknown color: approx Nordic. HEX triplet: 15, 37 and 38. RGB value is (21,55,56). Sum of RGB (Red+Green+Blue) = 21+55+56=132 (17% of max value = 765). Red value is 21 (8.59% from 255 or 15.91% from 132); Green value is 55 (21.88% from 255 or 41.67% from 132); Blue value is 56 (22.27% from 255 or 42.42% from 132); Max value from RGB is 56 - color contains mainly: blue. Hex color #153738 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153738 is #EAC8C7. Grayscale: #2C2C2C. Windows color (decimal): -15386824 or 3684117. OLE color: 3684117.

HSL color Cylindrical-coordinate representation of color #153738: hue angle of 181.71º degrees, saturation: 0.45, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #153738 is Cyan = 0.63, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB215556-
CMYK0.630.0200.78
HSL181.71º45.45%15.1%-
HSV(B)181.71º62.5%21.96%-
XYZ2.393.184.23-
YUV44.95134.24110.92-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 15.91%
GREEN value IS 55 (21.88% from 255) = 41.67%
BLUE value IS 56 (22.27% from 255) = 42.42%
R=15.91%
G=41.67%
B=42.42%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2155560.630.0200.78181.7145.4515.1
Hex1537383F204Eb62df
Octal25677077201162665517
Binary101011101111110001111111001001110101101101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153738; }

 p { color: rgb(21,55,56); }

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

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

 a { background-color: rgb(21,55,56); }

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

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

 span { border-color: rgb(21,55,56); }

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