Html Css Color HEX #153638 Nordic

📋 copy color: '#153638'

red 21 ◦ green 54 ◦ blue 56

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

Shades of Nordic #153638

Tints of Nordic #153638

RGB

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

 GREEN value IS 54 (21.48% from 255) = 41.22%

 BLUE value IS 56 (22.27% from 255) = 42.75%

R = 16.03%
G = 41.22%
B = 42.75%

CMYK

 C value IS 0.63

 M value IS 0.04

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#153638 (or 0x153638) is known color: Nordic. HEX triplet: 15, 36 and 38. RGB value is (21,54,56). Sum of RGB (Red+Green+Blue) = 21+54+56=131 (17% of max value = 765). Red value is 21 (8.59% from 255 or 16.03% from 131); Green value is 54 (21.48% from 255 or 41.22% from 131); Blue value is 56 (22.27% from 255 or 42.75% from 131); Max value from RGB is 56 - color contains mainly: blue. Hex color #153638 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153638 is #EAC9C7. Grayscale: #2C2C2C. Windows color (decimal): -15387080 or 3683861. OLE color: 3683861.

HSL color Cylindrical-coordinate representation of color #153638: hue angle of 183.43º degrees, saturation: 0.45, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #153638 is Cyan = 0.63, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 21 54 56 -
CMYK 0.63 0.04 0 0.78
HSL 183.43º 0.45% 0.15% -
HSV(B) 183.43º 0.63% 0.22% -
XYZ 2.34 3.08 4.21 -
YUV 44.36 134.57 111.34 -
System Red Green Blue C M Y K H S L
Decimal 21 54 56 0.63 0.04 0 0.78 183.43 0.45 0.15
Hex 15 36 38 3F 4 0 4E B7 2D F
Octal 25 66 70 77 4 0 116 267 55 17
Binary 10101 110110 111000 111111 100 0 1001110 10110111 101101 1111

Color Harmonies of #153638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153638

Black with #153638

Text Example


Text Example

White with #153638

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153638; }

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

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

background-color css

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

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

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

border-color css

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

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

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