Html Css Color HEX #152E34 Nordic

📋 copy color: '#152E34'

red 21 ◦ green 46 ◦ blue 52

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

Shades of Nordic #152E34

Tints of Nordic #152E34

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.7% from 255) = 43.7%

R = 17.65%
G = 38.66%
B = 43.7%

CMYK

 C value IS 0.60

 M value IS 0.12

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#152E34 (or 0x152E34) is known color: 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

RGB 21 46 52 -
CMYK 0.60 0.12 0 0.80
HSL 191.61º 0.42% 0.14% -
HSV(B) 191.61º 0.6% 0.2% -
XYZ 1.91 2.36 3.6 -
YUV 39.21 135.22 115.01 -
System Red Green Blue C M Y K H S L
Decimal 21 46 52 0.60 0.12 0 0.80 191.61 0.42 0.14
Hex 15 2E 34 3C C 0 50 C0 2A E
Octal 25 56 64 74 14 0 120 300 52 16
Binary 10101 101110 110100 111100 1100 0 1010000 11000000 101010 1110

Color Harmonies of #152E34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152E34

Black with #152E34

Text Example


Text Example

White with #152E34

Text Example


Text Example

HTML Codes & Css Web 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>