Html Css Color HEX #15343B Nordic

📋 copy color: '#15343B'

red 21 ◦ green 52 ◦ blue 59

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

Shades of Nordic #15343B

Tints of Nordic #15343B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 44.7%

R = 15.91%
G = 39.39%
B = 44.7%

CMYK

 C value IS 0.64

 M value IS 0.12

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#15343B (or 0x15343B) is known color: Nordic. HEX triplet: 15, 34 and 3B. RGB value is (21,52,59). Sum of RGB (Red+Green+Blue) = 21+52+59=132 (17% of max value = 765). Red value is 21 (8.59% from 255 or 15.91% from 132); Green value is 52 (20.70% from 255 or 39.39% from 132); Blue value is 59 (23.44% from 255 or 44.70% from 132); Max value from RGB is 59 - color contains mainly: blue. Hex color #15343B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15343B is #EACBC4. Grayscale: #2B2B2B. Windows color (decimal): -15387589 or 3879957. OLE color: 3879957.

HSL color Cylindrical-coordinate representation of color #15343B: hue angle of 191.05º degrees, saturation: 0.47, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #15343B is Cyan = 0.64, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 21 52 59 -
CMYK 0.64 0.12 0 0.77
HSL 191.05º 0.48% 0.16% -
HSV(B) 191.05º 0.64% 0.23% -
XYZ 2.33 2.93 4.58 -
YUV 43.53 136.73 111.93 -
System Red Green Blue C M Y K H S L
Decimal 21 52 59 0.64 0.12 0 0.77 191.05 0.48 0.16
Hex 15 34 3B 40 C 0 4D BF 30 10
Octal 25 64 73 100 14 0 115 277 60 20
Binary 10101 110100 111011 1000000 1100 0 1001101 10111111 110000 10000

Color Harmonies of #15343B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15343B

Black with #15343B

Text Example


Text Example

White with #15343B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15343B; }

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

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

background-color css

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

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

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

border-color css

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

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

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