#234041

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

Shades of Nordic #234041

Tints of Nordic #234041

Color information

#234041 (or 0x234041) is unknown color: approx Nordic. HEX triplet: 23, 40 and 41. RGB value is (35,64,65). Sum of RGB (Red+Green+Blue) = 35+64+65=164 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.34% from 164); Green value is 64 (25.39% from 255 or 39.02% from 164); Blue value is 65 (25.78% from 255 or 39.63% from 164); Max value from RGB is 65 - color contains mainly: blue. Hex color #234041 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #234041 is #DCBFBE. Grayscale: #373737. Windows color (decimal): -14467007 or 4276259. OLE color: 4276259.

HSL color Cylindrical-coordinate representation of color #234041: hue angle of 182º degrees, saturation: 0.3, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #234041 is Cyan = 0.46, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB356465-
CMYK0.460.0200.75
HSL182º30%19.61%-
HSV(B)182º46.15%25.49%-
XYZ3.484.415.67-
YUV55.44133.39113.42-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 21.34%
GREEN value IS 64 (25.39% from 255) = 39.02%
BLUE value IS 65 (25.78% from 255) = 39.63%
R=21.34%
G=39.02%
B=39.63%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3564650.460.0200.751823019.61
Hex2340412E204Bb61e14
Octal4310010156201132663624
Binary100011100000010000011011101001001011101101101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #234041; }

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

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

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

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

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

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

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

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