Html Css Color HEX #112D34 Nordic

📋 copy color: '#112D34'

red 17 ◦ green 45 ◦ blue 52

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

Shades of Nordic #112D34

Tints of Nordic #112D34

RGB

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

 GREEN value IS 45 (17.97% from 255) = 39.47%

 BLUE value IS 52 (20.7% from 255) = 45.61%

R = 14.91%
G = 39.47%
B = 45.61%

CMYK

 C value IS 0.67

 M value IS 0.13

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#112D34 (or 0x112D34) is known color: Nordic. HEX triplet: 11, 2D and 34. RGB value is (17,45,52). Sum of RGB (Red+Green+Blue) = 17+45+52=114 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.91% from 114); Green value is 45 (17.97% from 255 or 39.47% from 114); Blue value is 52 (20.70% from 255 or 45.61% from 114); Max value from RGB is 52 - color contains mainly: blue. Hex color #112D34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112D34 is #EED2CB. Grayscale: #252525. Windows color (decimal): -15651532 or 3419409. OLE color: 3419409.

HSL color Cylindrical-coordinate representation of color #112D34: hue angle of 192º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #112D34 is Cyan = 0.67, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 17 45 52 -
CMYK 0.67 0.13 0 0.80
HSL 192º 0.51% 0.14% -
HSV(B) 192º 0.67% 0.2% -
XYZ 1.79 2.24 3.59 -
YUV 37.43 136.22 113.43 -
System Red Green Blue C M Y K H S L
Decimal 17 45 52 0.67 0.13 0 0.80 192 0.51 0.14
Hex 11 2D 34 43 D 0 50 C0 33 E
Octal 21 55 64 103 15 0 120 300 63 16
Binary 10001 101101 110100 1000011 1101 0 1010000 11000000 110011 1110

Color Harmonies of #112D34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112D34

Black with #112D34

Text Example


Text Example

White with #112D34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112D34; }

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

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

background-color css

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

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

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

border-color css

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

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

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