Html Css Color HEX #153034 Nordic

📋 copy color: '#153034'

red 21 ◦ green 48 ◦ blue 52

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

Shades of Nordic #153034

Tints of Nordic #153034

RGB

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

 GREEN value IS 48 (19.14% from 255) = 39.67%

 BLUE value IS 52 (20.7% from 255) = 42.98%

R = 17.36%
G = 39.67%
B = 42.98%

CMYK

 C value IS 0.60

 M value IS 0.08

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#153034 (or 0x153034) is known color: Nordic. HEX triplet: 15, 30 and 34. RGB value is (21,48,52). Sum of RGB (Red+Green+Blue) = 21+48+52=121 (16% of max value = 765). Red value is 21 (8.59% from 255 or 17.36% from 121); Green value is 48 (19.14% from 255 or 39.67% from 121); Blue value is 52 (20.70% from 255 or 42.98% from 121); Max value from RGB is 52 - color contains mainly: blue. Hex color #153034 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153034 is #EACFCB. Grayscale: #282828. Windows color (decimal): -15388620 or 3420181. OLE color: 3420181.

HSL color Cylindrical-coordinate representation of color #153034: hue angle of 187.74º 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 #153034 is Cyan = 0.60, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 21 48 52 -
CMYK 0.60 0.08 0 0.80
HSL 187.74º 0.42% 0.14% -
HSV(B) 187.74º 0.6% 0.2% -
XYZ 1.99 2.52 3.63 -
YUV 40.38 134.55 114.17 -
System Red Green Blue C M Y K H S L
Decimal 21 48 52 0.60 0.08 0 0.80 187.74 0.42 0.14
Hex 15 30 34 3C 8 0 50 BC 2A E
Octal 25 60 64 74 10 0 120 274 52 16
Binary 10101 110000 110100 111100 1000 0 1010000 10111100 101010 1110

Color Harmonies of #153034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153034

Black with #153034

Text Example


Text Example

White with #153034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153034; }

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

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

background-color css

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

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

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

border-color css

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

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

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