#233538

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

Shades of Nordic #233538

Tints of Nordic #233538

Color information

#233538 (or 0x233538) is unknown color: approx Nordic. HEX triplet: 23, 35 and 38. RGB value is (35,53,56). Sum of RGB (Red+Green+Blue) = 35+53+56=144 (19% of max value = 765). Red value is 35 (14.06% from 255 or 24.31% from 144); Green value is 53 (21.09% from 255 or 36.81% from 144); Blue value is 56 (22.27% from 255 or 38.89% from 144); Max value from RGB is 56 - color contains mainly: blue. Hex color #233538 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #233538 is #DCCAC7. Grayscale: #2F2F2F. Windows color (decimal): -14469832 or 3683619. OLE color: 3683619.

HSL color Cylindrical-coordinate representation of color #233538: hue angle of 188.57º 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 #233538 is Cyan = 0.37, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB355356-
CMYK0.370.0500.78
HSL188.57º23.08%17.84%-
HSV(B)188.57º37.5%21.96%-
XYZ2.683.194.22-
YUV47.96132.54118.76-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 24.31%
GREEN value IS 53 (21.09% from 255) = 36.81%
BLUE value IS 56 (22.27% from 255) = 38.89%
R=24.31%
G=36.81%
B=38.89%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3553560.370.0500.78188.5723.0817.84
Hex23353825504Ebd1712
Octal43657045501162752722
Binary10001111010111100010010110101001110101111011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #233538; }

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

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

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

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

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

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

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

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