#233B3C

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

Shades of Nordic #233B3C

Tints of Nordic #233B3C

Color information

#233B3C (or 0x233B3C) is unknown color: approx Nordic. HEX triplet: 23, 3B and 3C. RGB value is (35,59,60). Sum of RGB (Red+Green+Blue) = 35+59+60=154 (20% of max value = 765). Red value is 35 (14.06% from 255 or 22.73% from 154); Green value is 59 (23.44% from 255 or 38.31% from 154); Blue value is 60 (23.83% from 255 or 38.96% from 154); Max value from RGB is 60 - color contains mainly: blue. Hex color #233B3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #233B3C is #DCC4C3. Grayscale: #333333. Windows color (decimal): -14468292 or 3947299. OLE color: 3947299.

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

Color convert

RGB355960-
CMYK0.420.0200.76
HSL182.4º26.32%18.63%-
HSV(B)182.4º41.67%23.53%-
XYZ3.073.814.85-
YUV51.94132.55115.92-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 22.73%
GREEN value IS 59 (23.44% from 255) = 38.31%
BLUE value IS 60 (23.83% from 255) = 38.96%
R=22.73%
G=38.31%
B=38.96%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3559600.420.0200.76182.426.3218.63
Hex233B3C2A204Cb61a13
Octal43737452201142663223
Binary1000111110111111001010101001001100101101101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233B3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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