Html Css Color HEX #10343D Nordic

📋 copy color: '#10343D'

red 16 ◦ green 52 ◦ blue 61

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

Shades of Nordic #10343D

Tints of Nordic #10343D

RGB

 RED value IS 16 (6.64% from 255) = 12.4%

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

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

R = 12.4%
G = 40.31%
B = 47.29%

CMYK

 C value IS 0.74

 M value IS 0.15

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#10343D (or 0x10343D) is known color: Nordic. HEX triplet: 10, 34 and 3D. RGB value is (16,52,61). Sum of RGB (Red+Green+Blue) = 16+52+61=129 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.40% from 129); Green value is 52 (20.70% from 255 or 40.31% from 129); Blue value is 61 (24.22% from 255 or 47.29% from 129); Max value from RGB is 61 - color contains mainly: blue. Hex color #10343D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10343D is #EFCBC2. Grayscale: #2A2A2A. Windows color (decimal): -15715267 or 4011024. OLE color: 4011024.

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

Color convert

RGB 16 52 61 -
CMYK 0.74 0.15 0 0.76
HSL 192º 0.58% 0.15% -
HSV(B) 192º 0.74% 0.24% -
XYZ 2.28 2.9 4.85 -
YUV 42.26 138.57 109.27 -
System Red Green Blue C M Y K H S L
Decimal 16 52 61 0.74 0.15 0 0.76 192 0.58 0.15
Hex 10 34 3D 4A F 0 4C C0 3A F
Octal 20 64 75 112 17 0 114 300 72 17
Binary 10000 110100 111101 1001010 1111 0 1001100 11000000 111010 1111

Color Harmonies of #10343D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10343D

Black with #10343D

Text Example


Text Example

White with #10343D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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