#234044

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

Shades of Nordic #234044

Tints of Nordic #234044

Color information

#234044 (or 0x234044) is unknown color: approx Nordic. HEX triplet: 23, 40 and 44. RGB value is (35,64,68). Sum of RGB (Red+Green+Blue) = 35+64+68=167 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.96% from 167); Green value is 64 (25.39% from 255 or 38.32% from 167); Blue value is 68 (26.95% from 255 or 40.72% from 167); Max value from RGB is 68 - color contains mainly: blue. Hex color #234044 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #234044 is #DCBFBB. Grayscale: #373737. Windows color (decimal): -14467004 or 4472867. OLE color: 4472867.

HSL color Cylindrical-coordinate representation of color #234044: hue angle of 187.27º degrees, saturation: 0.32, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #234044 is Cyan = 0.49, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB356468-
CMYK0.490.0600.73
HSL187.27º32.04%20.2%-
HSV(B)187.27º48.53%26.67%-
XYZ3.574.446.14-
YUV55.78134.89113.17-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 20.96%
GREEN value IS 64 (25.39% from 255) = 38.32%
BLUE value IS 68 (26.95% from 255) = 40.72%
R=20.96%
G=38.32%
B=40.72%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3564680.490.0600.73187.2732.0420.2
Hex234044316049bb2014
Octal4310010461601112734024
Binary10001110000001000100110001110010010011011101110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #234044; }

 p { color: rgb(35,64,68); }

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

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

 a { background-color: rgb(35,64,68); }

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

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

 span { border-color: rgb(35,64,68); }

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