#153437

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

Shades of Nordic #153437

Tints of Nordic #153437

Color information

#153437 (or 0x153437) is unknown color: approx Nordic. HEX triplet: 15, 34 and 37. RGB value is (21,52,55). Sum of RGB (Red+Green+Blue) = 21+52+55=128 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.41% from 128); Green value is 52 (20.70% from 255 or 40.62% from 128); Blue value is 55 (21.88% from 255 or 42.97% from 128); Max value from RGB is 55 - color contains mainly: blue. Hex color #153437 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153437 is #EACBC8. Grayscale: #2B2B2B. Windows color (decimal): -15387593 or 3617813. OLE color: 3617813.

HSL color Cylindrical-coordinate representation of color #153437: hue angle of 185.29º 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 #153437 is Cyan = 0.62, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB215255-
CMYK0.620.0500.78
HSL185.29º44.74%14.9%-
HSV(B)185.29º61.82%21.57%-
XYZ2.232.894.06-
YUV43.07134.73112.26-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 16.41%
GREEN value IS 52 (20.70% from 255) = 40.62%
BLUE value IS 55 (21.88% from 255) = 42.97%
R=16.41%
G=40.62%
B=42.97%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2152550.620.0500.78185.2944.7414.9
Hex1534373E504Eb92df
Octal25646776501162715517
Binary1010111010011011111111010101001110101110011011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153437

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153437; }

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

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

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

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

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

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

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

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