Html Css Color HEX #152E32 Nordic

📋 copy color: '#152E32'

red 21 ◦ green 46 ◦ blue 50

#152E32
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nordic #152E32

Tints of Nordic #152E32

RGB

 RED value IS 21 (8.59% from 255) = 17.95%

 GREEN value IS 46 (18.36% from 255) = 39.32%

 BLUE value IS 50 (19.92% from 255) = 42.74%

R = 17.95%
G = 39.32%
B = 42.74%

CMYK

 C value IS 0.58

 M value IS 0.08

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#152E32 (or 0x152E32) is known color: Nordic. HEX triplet: 15, 2E and 32. RGB value is (21,46,50). Sum of RGB (Red+Green+Blue) = 21+46+50=117 (15% of max value = 765). Red value is 21 (8.59% from 255 or 17.95% from 117); Green value is 46 (18.36% from 255 or 39.32% from 117); Blue value is 50 (19.92% from 255 or 42.74% from 117); Max value from RGB is 50 - color contains mainly: blue. Hex color #152E32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152E32 is #EAD1CD. Grayscale: #262626. Windows color (decimal): -15389134 or 3288597. OLE color: 3288597.

HSL color Cylindrical-coordinate representation of color #152E32: hue angle of 188.28º degrees, saturation: 0.41, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #152E32 is Cyan = 0.58, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 21 46 50 -
CMYK 0.58 0.08 0 0.80
HSL 188.28º 0.41% 0.14% -
HSV(B) 188.28º 0.58% 0.2% -
XYZ 1.86 2.34 3.37 -
YUV 38.98 134.22 115.17 -
System Red Green Blue C M Y K H S L
Decimal 21 46 50 0.58 0.08 0 0.80 188.28 0.41 0.14
Hex 15 2E 32 3A 8 0 50 BC 29 E
Octal 25 56 62 72 10 0 120 274 51 16
Binary 10101 101110 110010 111010 1000 0 1010000 10111100 101001 1110

Color Harmonies of #152E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152E32

Black with #152E32

Text Example


Text Example

White with #152E32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #152E32;
 }
 .AnyTagClassName
 {
   color: #152E32;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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