#233638

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

Shades of Nordic #233638

Tints of Nordic #233638

Color information

#233638 (or 0x233638) is unknown color: approx Nordic. HEX triplet: 23, 36 and 38. RGB value is (35,54,56). Sum of RGB (Red+Green+Blue) = 35+54+56=145 (19% of max value = 765). Red value is 35 (14.06% from 255 or 24.14% from 145); Green value is 54 (21.48% from 255 or 37.24% from 145); Blue value is 56 (22.27% from 255 or 38.62% from 145); Max value from RGB is 56 - color contains mainly: blue. Hex color #233638 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #233638 is #DCC9C7. Grayscale: #303030. Windows color (decimal): -14469576 or 3683875. OLE color: 3683875.

HSL color Cylindrical-coordinate representation of color #233638: hue angle of 185.71º degrees, saturation: 0.23, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #233638 is Cyan = 0.37, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB355456-
CMYK0.370.0400.78
HSL185.71º23.08%17.84%-
HSV(B)185.71º37.5%21.96%-
XYZ2.733.284.23-
YUV48.55132.21118.34-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 24.14%
GREEN value IS 54 (21.48% from 255) = 37.24%
BLUE value IS 56 (22.27% from 255) = 38.62%
R=24.14%
G=37.24%
B=38.62%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3554560.370.0400.78185.7123.0817.84
Hex23363825404Eba1712
Octal43667045401162722722
Binary10001111011011100010010110001001110101110101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #233638; }

 p { color: rgb(35,54,56); }

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

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

 a { background-color: rgb(35,54,56); }

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

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

 span { border-color: rgb(35,54,56); }

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