#233D41

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

Shades of Nordic #233D41

Tints of Nordic #233D41

Color information

#233D41 (or 0x233D41) is unknown color: approx Nordic. HEX triplet: 23, 3D and 41. RGB value is (35,61,65). Sum of RGB (Red+Green+Blue) = 35+61+65=161 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.74% from 161); Green value is 61 (24.22% from 255 or 37.89% from 161); Blue value is 65 (25.78% from 255 or 40.37% from 161); Max value from RGB is 65 - color contains mainly: blue. Hex color #233D41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #233D41 is #DCC2BE. Grayscale: #353535. Windows color (decimal): -14467775 or 4275491. OLE color: 4275491.

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

Color convert

RGB356165-
CMYK0.460.0600.75
HSL188º30%19.61%-
HSV(B)188º46.15%25.49%-
XYZ3.324.085.61-
YUV53.68134.39114.67-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 21.74%
GREEN value IS 61 (24.22% from 255) = 37.89%
BLUE value IS 65 (25.78% from 255) = 40.37%
R=21.74%
G=37.89%
B=40.37%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3561650.460.0600.751883019.61
Hex233D412E604Bbc1e14
Octal437510156601132743624
Binary100011111101100000110111011001001011101111001111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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