Html Css Color HEX #153738 Nordic

📋 copy color: '#153738'

red 21 ◦ green 55 ◦ blue 56

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

Shades of Nordic #153738

Tints of Nordic #153738

RGB

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

 GREEN value IS 55 (21.88% from 255) = 41.67%

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

R = 15.91%
G = 41.67%
B = 42.42%

CMYK

 C value IS 0.63

 M value IS 0.02

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#153738 (or 0x153738) is known color: Nordic. HEX triplet: 15, 37 and 38. RGB value is (21,55,56). Sum of RGB (Red+Green+Blue) = 21+55+56=132 (17% of max value = 765). Red value is 21 (8.59% from 255 or 15.91% from 132); Green value is 55 (21.88% from 255 or 41.67% from 132); Blue value is 56 (22.27% from 255 or 42.42% from 132); Max value from RGB is 56 - color contains mainly: blue. Hex color #153738 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153738 is #EAC8C7. Grayscale: #2C2C2C. Windows color (decimal): -15386824 or 3684117. OLE color: 3684117.

HSL color Cylindrical-coordinate representation of color #153738: hue angle of 181.71º 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 #153738 is Cyan = 0.63, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 21 55 56 -
CMYK 0.63 0.02 0 0.78
HSL 181.71º 0.45% 0.15% -
HSV(B) 181.71º 0.63% 0.22% -
XYZ 2.39 3.18 4.23 -
YUV 44.95 134.24 110.92 -
System Red Green Blue C M Y K H S L
Decimal 21 55 56 0.63 0.02 0 0.78 181.71 0.45 0.15
Hex 15 37 38 3F 2 0 4E B6 2D F
Octal 25 67 70 77 2 0 116 266 55 17
Binary 10101 110111 111000 111111 10 0 1001110 10110110 101101 1111

Color Harmonies of #153738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153738

Black with #153738

Text Example


Text Example

White with #153738

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153738; }

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

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

background-color css

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

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

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

border-color css

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

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

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