Html Css Color HEX #153436 Nordic

📋 copy color: '#153436'

red 21 ◦ green 52 ◦ blue 54

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

Shades of Nordic #153436

Tints of Nordic #153436

RGB

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

 GREEN value IS 52 (20.7% from 255) = 40.94%

 BLUE value IS 54 (21.48% from 255) = 42.52%

R = 16.54%
G = 40.94%
B = 42.52%

CMYK

 C value IS 0.61

 M value IS 0.04

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#153436 (or 0x153436) is known color: Nordic. HEX triplet: 15, 34 and 36. RGB value is (21,52,54). Sum of RGB (Red+Green+Blue) = 21+52+54=127 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.54% from 127); Green value is 52 (20.70% from 255 or 40.94% from 127); Blue value is 54 (21.48% from 255 or 42.52% from 127); Max value from RGB is 54 - color contains mainly: blue. Hex color #153436 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153436 is #EACBC9. Grayscale: #2A2A2A. Windows color (decimal): -15387594 or 3552277. OLE color: 3552277.

HSL color Cylindrical-coordinate representation of color #153436: hue angle of 183.64º 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 #153436 is Cyan = 0.61, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 21 52 54 -
CMYK 0.61 0.04 0 0.79
HSL 183.64º 0.44% 0.15% -
HSV(B) 183.64º 0.61% 0.21% -
XYZ 2.2 2.88 3.93 -
YUV 42.96 134.23 112.34 -
System Red Green Blue C M Y K H S L
Decimal 21 52 54 0.61 0.04 0 0.79 183.64 0.44 0.15
Hex 15 34 36 3D 4 0 4F B8 2C F
Octal 25 64 66 75 4 0 117 270 54 17
Binary 10101 110100 110110 111101 100 0 1001111 10111000 101100 1111

Color Harmonies of #153436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153436

Black with #153436

Text Example


Text Example

White with #153436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153436; }

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

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

background-color css

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

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

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

border-color css

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

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

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