#233D40

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

Shades of Nordic #233D40

Tints of Nordic #233D40

Color information

#233D40 (or 0x233D40) is unknown color: approx Nordic. HEX triplet: 23, 3D and 40. RGB value is (35,61,64). Sum of RGB (Red+Green+Blue) = 35+61+64=160 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.88% from 160); Green value is 61 (24.22% from 255 or 38.12% from 160); Blue value is 64 (25.39% from 255 or 40% from 160); Max value from RGB is 64 - color contains mainly: blue. Hex color #233D40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #233D40 is #DCC2BF. Grayscale: #353535. Windows color (decimal): -14467776 or 4209955. OLE color: 4209955.

HSL color Cylindrical-coordinate representation of color #233D40: hue angle of 186.21º 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 #233D40 is Cyan = 0.45, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB356164-
CMYK0.450.0500.75
HSL186.21º29.29%19.41%-
HSV(B)186.21º45.31%25.1%-
XYZ3.294.065.46-
YUV53.57133.89114.76-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 21.88%
GREEN value IS 61 (24.22% from 255) = 38.12%
BLUE value IS 64 (25.39% from 255) = 40%
R=21.88%
G=38.12%
B=40%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3561640.450.0500.75186.2129.2919.41
Hex233D402D504Bba1d13
Octal437510055501132723523
Binary100011111101100000010110110101001011101110101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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