#234146

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

Shades of Nordic #234146

Tints of Nordic #234146

Color information

#234146 (or 0x234146) is unknown color: approx Nordic. HEX triplet: 23, 41 and 46. RGB value is (35,65,70). Sum of RGB (Red+Green+Blue) = 35+65+70=170 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.59% from 170); Green value is 65 (25.78% from 255 or 38.24% from 170); Blue value is 70 (27.73% from 255 or 41.18% from 170); Max value from RGB is 70 - color contains mainly: blue. Hex color #234146 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #234146 is #DCBEB9. Grayscale: #383838. Windows color (decimal): -14466746 or 4604195. OLE color: 4604195.

HSL color Cylindrical-coordinate representation of color #234146: hue angle of 188.57º degrees, saturation: 0.33, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #234146 is Cyan = 0.5, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB356570-
CMYK0.50.0700.73
HSL188.57º33.33%20.59%-
HSV(B)188.57º50%27.45%-
XYZ3.694.586.48-
YUV56.6135.56112.59-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 20.59%
GREEN value IS 65 (25.78% from 255) = 38.24%
BLUE value IS 70 (27.73% from 255) = 41.18%
R=20.59%
G=38.24%
B=41.18%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3565700.50.0700.73188.5733.3320.59
Hex234146327049bd2115
Octal4310110662701112754125
Binary10001110000011000110110010111010010011011110110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #234146; }

 p { color: rgb(35,65,70); }

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

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

 a { background-color: rgb(35,65,70); }

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

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

 span { border-color: rgb(35,65,70); }

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