#152E34

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

Shades of Nordic #152E34

Tints of Nordic #152E34

Color information

#152E34 (or 0x152E34) is unknown color: approx Nordic. HEX triplet: 15, 2E and 34. RGB value is (21,46,52). Sum of RGB (Red+Green+Blue) = 21+46+52=119 (15% of max value = 765). Red value is 21 (8.59% from 255 or 17.65% from 119); Green value is 46 (18.36% from 255 or 38.66% from 119); Blue value is 52 (20.70% from 255 or 43.70% from 119); Max value from RGB is 52 - color contains mainly: blue. Hex color #152E34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152E34 is #EAD1CB. Grayscale: #272727. Windows color (decimal): -15389132 or 3419669. OLE color: 3419669.

HSL color Cylindrical-coordinate representation of color #152E34: hue angle of 191.61º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #152E34 is Cyan = 0.60, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB214652-
CMYK0.600.1200.80
HSL191.61º42.47%14.31%-
HSV(B)191.61º59.62%20.39%-
XYZ1.912.363.6-
YUV39.21135.22115.01-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 17.65%
GREEN value IS 46 (18.36% from 255) = 38.66%
BLUE value IS 52 (20.70% from 255) = 43.70%
R=17.65%
G=38.66%
B=43.70%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2146520.600.1200.80191.6142.4714.31
Hex152E343CC050c02ae
Octal255664741401203005216
Binary10101101110110100111100110001010000110000001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152E34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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