#234246

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

Shades of Nordic #234246

Tints of Nordic #234246

Color information

#234246 (or 0x234246) is unknown color: approx Nordic. HEX triplet: 23, 42 and 46. RGB value is (35,66,70). Sum of RGB (Red+Green+Blue) = 35+66+70=171 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.47% from 171); Green value is 66 (26.17% from 255 or 38.60% from 171); Blue value is 70 (27.73% from 255 or 40.94% from 171); Max value from RGB is 70 - color contains mainly: blue. Hex color #234246 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #234246 is #DCBDB9. Grayscale: #393939. Windows color (decimal): -14466490 or 4604451. OLE color: 4604451.

HSL color Cylindrical-coordinate representation of color #234246: hue angle of 186.86º 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 #234246 is Cyan = 0.5, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB356670-
CMYK0.50.0600.73
HSL186.86º33.33%20.59%-
HSV(B)186.86º50%27.45%-
XYZ3.754.76.5-
YUV57.19135.23112.17-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 20.47%
GREEN value IS 66 (26.17% from 255) = 38.60%
BLUE value IS 70 (27.73% from 255) = 40.94%
R=20.47%
G=38.60%
B=40.94%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3566700.50.0600.73186.8633.3320.59
Hex234246326049bb2115
Octal4310210662601112734125
Binary10001110000101000110110010110010010011011101110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #234246; }

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

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

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

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

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

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

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

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