Html Css Color HEX #153236 Nordic

📋 copy color: '#153236'

red 21 ◦ green 50 ◦ blue 54

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

Shades of Nordic #153236

Tints of Nordic #153236

RGB

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

 GREEN value IS 50 (19.92% from 255) = 40%

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

R = 16.8%
G = 40%
B = 43.2%

CMYK

 C value IS 0.61

 M value IS 0.07

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#153236 (or 0x153236) is known color: Nordic. HEX triplet: 15, 32 and 36. RGB value is (21,50,54). Sum of RGB (Red+Green+Blue) = 21+50+54=125 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.8% from 125); Green value is 50 (19.92% from 255 or 40% from 125); Blue value is 54 (21.48% from 255 or 43.2% from 125); Max value from RGB is 54 - color contains mainly: blue. Hex color #153236 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153236 is #EACDC9. Grayscale: #292929. Windows color (decimal): -15388106 or 3551765. OLE color: 3551765.

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

Color convert

RGB 21 50 54 -
CMYK 0.61 0.07 0 0.79
HSL 187.27º 0.44% 0.15% -
HSV(B) 187.27º 0.61% 0.21% -
XYZ 2.12 2.71 3.9 -
YUV 41.79 134.89 113.17 -
System Red Green Blue C M Y K H S L
Decimal 21 50 54 0.61 0.07 0 0.79 187.27 0.44 0.15
Hex 15 32 36 3D 7 0 4F BB 2C F
Octal 25 62 66 75 7 0 117 273 54 17
Binary 10101 110010 110110 111101 111 0 1001111 10111011 101100 1111

Color Harmonies of #153236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153236

Black with #153236

Text Example


Text Example

White with #153236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153236; }

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

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

background-color css

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

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

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

border-color css

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

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

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