Html Css Color HEX #15343D Nordic

📋 copy color: '#15343D'

red 21 ◦ green 52 ◦ blue 61

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

Shades of Nordic #15343D

Tints of Nordic #15343D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 45.52%

R = 15.67%
G = 38.81%
B = 45.52%

CMYK

 C value IS 0.66

 M value IS 0.15

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#15343D (or 0x15343D) is known color: Nordic. HEX triplet: 15, 34 and 3D. RGB value is (21,52,61). Sum of RGB (Red+Green+Blue) = 21+52+61=134 (17% of max value = 765). Red value is 21 (8.59% from 255 or 15.67% from 134); Green value is 52 (20.70% from 255 or 38.81% from 134); Blue value is 61 (24.22% from 255 or 45.52% from 134); Max value from RGB is 61 - color contains mainly: blue. Hex color #15343D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15343D is #EACBC2. Grayscale: #2B2B2B. Windows color (decimal): -15387587 or 4011029. OLE color: 4011029.

HSL color Cylindrical-coordinate representation of color #15343D: hue angle of 193.5º degrees, saturation: 0.49, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #15343D is Cyan = 0.66, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 21 52 61 -
CMYK 0.66 0.15 0 0.76
HSL 193.5º 0.49% 0.16% -
HSV(B) 193.5º 0.66% 0.24% -
XYZ 2.38 2.95 4.86 -
YUV 43.76 137.73 111.77 -
System Red Green Blue C M Y K H S L
Decimal 21 52 61 0.66 0.15 0 0.76 193.5 0.49 0.16
Hex 15 34 3D 42 F 0 4C C2 31 10
Octal 25 64 75 102 17 0 114 302 61 20
Binary 10101 110100 111101 1000010 1111 0 1001100 11000010 110001 10000

Color Harmonies of #15343D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15343D

Black with #15343D

Text Example


Text Example

White with #15343D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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