#152F37

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

Shades of Nordic #152F37

Tints of Nordic #152F37

Color information

#152F37 (or 0x152F37) is unknown color: approx Nordic. HEX triplet: 15, 2F and 37. RGB value is (21,47,55). Sum of RGB (Red+Green+Blue) = 21+47+55=123 (16% of max value = 765). Red value is 21 (8.59% from 255 or 17.07% from 123); Green value is 47 (18.75% from 255 or 38.21% from 123); Blue value is 55 (21.88% from 255 or 44.72% from 123); Max value from RGB is 55 - color contains mainly: blue. Hex color #152F37 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152F37 is #EAD0C8. Grayscale: #282828. Windows color (decimal): -15388873 or 3616533. OLE color: 3616533.

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

Color convert

RGB214755-
CMYK0.620.1500.78
HSL194.12º44.74%14.9%-
HSV(B)194.12º61.82%21.57%-
XYZ2.022.473.98-
YUV40.14136.39114.35-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 17.07%
GREEN value IS 47 (18.75% from 255) = 38.21%
BLUE value IS 55 (21.88% from 255) = 44.72%
R=17.07%
G=38.21%
B=44.72%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2147550.620.1500.78194.1244.7414.9
Hex152F373EF04Ec22df
Octal255767761701163025517
Binary10101101111110111111110111101001110110000101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152F37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152F37; }

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

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

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

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

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

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

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

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