#233B3E

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

Shades of Nordic #233B3E

Tints of Nordic #233B3E

Color information

#233B3E (or 0x233B3E) is unknown color: approx Nordic. HEX triplet: 23, 3B and 3E. RGB value is (35,59,62). Sum of RGB (Red+Green+Blue) = 35+59+62=156 (20% of max value = 765). Red value is 35 (14.06% from 255 or 22.44% from 156); Green value is 59 (23.44% from 255 or 37.82% from 156); Blue value is 62 (24.61% from 255 or 39.74% from 156); Max value from RGB is 62 - color contains mainly: blue. Hex color #233B3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #233B3E is #DCC4C1. Grayscale: #343434. Windows color (decimal): -14468290 or 4078371. OLE color: 4078371.

HSL color Cylindrical-coordinate representation of color #233B3E: hue angle of 186.67º degrees, saturation: 0.28, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #233B3E is Cyan = 0.44, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB355962-
CMYK0.440.0500.76
HSL186.67º27.84%19.02%-
HSV(B)186.67º43.55%24.31%-
XYZ3.133.835.13-
YUV52.17133.55115.76-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 22.44%
GREEN value IS 59 (23.44% from 255) = 37.82%
BLUE value IS 62 (24.61% from 255) = 39.74%
R=22.44%
G=37.82%
B=39.74%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3559620.440.0500.76186.6727.8419.02
Hex233B3E2C504Cbb1c13
Octal43737654501142733423
Binary10001111101111111010110010101001100101110111110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233B3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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