#152F36

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

Shades of Nordic #152F36

Tints of Nordic #152F36

Color information

#152F36 (or 0x152F36) is unknown color: approx Nordic. HEX triplet: 15, 2F and 36. RGB value is (21,47,54). Sum of RGB (Red+Green+Blue) = 21+47+54=122 (16% of max value = 765). Red value is 21 (8.59% from 255 or 17.21% from 122); Green value is 47 (18.75% from 255 or 38.52% from 122); Blue value is 54 (21.48% from 255 or 44.26% from 122); Max value from RGB is 54 - color contains mainly: blue. Hex color #152F36 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152F36 is #EAD0C9. Grayscale: #272727. Windows color (decimal): -15388874 or 3550997. OLE color: 3550997.

HSL color Cylindrical-coordinate representation of color #152F36: hue angle of 192.73º degrees, saturation: 0.44, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #152F36 is Cyan = 0.61, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB214754-
CMYK0.610.1300.79
HSL192.73º44%14.71%-
HSV(B)192.73º61.11%21.18%-
XYZ1.992.463.86-
YUV40.02135.89114.43-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 17.21%
GREEN value IS 47 (18.75% from 255) = 38.52%
BLUE value IS 54 (21.48% from 255) = 44.26%
R=17.21%
G=38.52%
B=44.26%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2147540.610.1300.79192.734414.71
Hex152F363DD04Fc12cf
Octal255766751501173015417
Binary10101101111110110111101110101001111110000011011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152F36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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