#113234

Color #113234 Nordic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nordic #113234

Tints of Nordic #113234

Color information

#113234 (or 0x113234) is unknown color: approx Nordic. HEX triplet: 11, 32 and 34. RGB value is (17,50,52). Sum of RGB (Red+Green+Blue) = 17+50+52=119 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.29% from 119); Green value is 50 (19.92% from 255 or 42.02% from 119); Blue value is 52 (20.70% from 255 or 43.70% from 119); Max value from RGB is 52 - color contains mainly: blue. Hex color #113234 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113234 is #EECDCB. Grayscale: #282828. Windows color (decimal): -15650252 or 3420689. OLE color: 3420689.

HSL color Cylindrical-coordinate representation of color #113234: hue angle of 183.43º 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 #113234 is Cyan = 0.67, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB175052-
CMYK0.670.0400.80
HSL183.43º50.72%13.53%-
HSV(B)183.43º67.31%20.39%-
XYZ1.992.653.66-
YUV40.36134.57111.34-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 14.29%
GREEN value IS 50 (19.92% from 255) = 42.02%
BLUE value IS 52 (20.70% from 255) = 43.70%
R=14.29%
G=42.02%
B=43.70%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1750520.670.0400.80183.4350.7213.53
Hex113234434050b733e
Octal216264103401202676316
Binary10001110010110100100001110001010000101101111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113234; }

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

 H1.HeaderClassName
 {
   color: #113234;
 }
 .AnyTagClassName
 {
   color: #113234;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #113234;
 }
 .BgClassName
 {
   background-color: #113234;
 }
</style>
border-color css

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

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

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