#233C40

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

Shades of Nordic #233C40

Tints of Nordic #233C40

Color information

#233C40 (or 0x233C40) is unknown color: approx Nordic. HEX triplet: 23, 3C and 40. RGB value is (35,60,64). Sum of RGB (Red+Green+Blue) = 35+60+64=159 (21% of max value = 765). Red value is 35 (14.06% from 255 or 22.01% from 159); Green value is 60 (23.83% from 255 or 37.74% from 159); Blue value is 64 (25.39% from 255 or 40.25% from 159); Max value from RGB is 64 - color contains mainly: blue. Hex color #233C40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #233C40 is #DCC3BF. Grayscale: #343434. Windows color (decimal): -14468032 or 4209699. OLE color: 4209699.

HSL color Cylindrical-coordinate representation of color #233C40: hue angle of 188.28º degrees, saturation: 0.29, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #233C40 is Cyan = 0.45, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB356064-
CMYK0.450.0600.75
HSL188.28º29.29%19.41%-
HSV(B)188.28º45.31%25.1%-
XYZ3.233.965.44-
YUV52.98134.22115.17-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 22.01%
GREEN value IS 60 (23.83% from 255) = 37.74%
BLUE value IS 64 (25.39% from 255) = 40.25%
R=22.01%
G=37.74%
B=40.25%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3560640.450.0600.75188.2829.2919.41
Hex233C402D604Bbc1d13
Octal437410055601132743523
Binary100011111100100000010110111001001011101111001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #233C40; }

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

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

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

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

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

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

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

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