#233B41

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

Shades of Nordic #233B41

Tints of Nordic #233B41

Color information

#233B41 (or 0x233B41) is unknown color: approx Nordic. HEX triplet: 23, 3B and 41. RGB value is (35,59,65). Sum of RGB (Red+Green+Blue) = 35+59+65=159 (21% of max value = 765). Red value is 35 (14.06% from 255 or 22.01% from 159); Green value is 59 (23.44% from 255 or 37.11% from 159); Blue value is 65 (25.78% from 255 or 40.88% from 159); Max value from RGB is 65 - color contains mainly: blue. Hex color #233B41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #233B41 is #DCC4BE. Grayscale: #343434. Windows color (decimal): -14468287 or 4274979. OLE color: 4274979.

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

Color convert

RGB355965-
CMYK0.460.0900.75
HSL192º30%19.61%-
HSV(B)192º46.15%25.49%-
XYZ3.213.875.58-
YUV52.51135.05115.51-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 22.01%
GREEN value IS 59 (23.44% from 255) = 37.11%
BLUE value IS 65 (25.78% from 255) = 40.88%
R=22.01%
G=37.11%
B=40.88%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3559650.460.0900.751923019.61
Hex233B412E904Bc01e14
Octal4373101561101133003624
Binary1000111110111000001101110100101001011110000001111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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