Html Css Color HEX #11343D Nordic

📋 copy color: '#11343D'

red 17 ◦ green 52 ◦ blue 61

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

Shades of Nordic #11343D

Tints of Nordic #11343D

RGB

 RED value IS 17 (7.03% from 255) = 13.08%

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

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

R = 13.08%
G = 40%
B = 46.92%

CMYK

 C value IS 0.72

 M value IS 0.15

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#11343D (or 0x11343D) is known color: Nordic. HEX triplet: 11, 34 and 3D. RGB value is (17,52,61). Sum of RGB (Red+Green+Blue) = 17+52+61=130 (17% of max value = 765). Red value is 17 (7.03% from 255 or 13.08% from 130); Green value is 52 (20.70% from 255 or 40% from 130); Blue value is 61 (24.22% from 255 or 46.92% from 130); Max value from RGB is 61 - color contains mainly: blue. Hex color #11343D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11343D is #EECBC2. Grayscale: #2A2A2A. Windows color (decimal): -15649731 or 4011025. OLE color: 4011025.

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

Color convert

RGB 17 52 61 -
CMYK 0.72 0.15 0 0.76
HSL 192.27º 0.56% 0.15% -
HSV(B) 192.27º 0.72% 0.24% -
XYZ 2.3 2.91 4.86 -
YUV 42.56 138.4 109.77 -
System Red Green Blue C M Y K H S L
Decimal 17 52 61 0.72 0.15 0 0.76 192.27 0.56 0.15
Hex 11 34 3D 48 F 0 4C C0 38 F
Octal 21 64 75 110 17 0 114 300 70 17
Binary 10001 110100 111101 1001000 1111 0 1001100 11000000 111000 1111

Color Harmonies of #11343D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11343D

Black with #11343D

Text Example


Text Example

White with #11343D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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