#233437

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

Shades of Nordic #233437

Tints of Nordic #233437

Color information

#233437 (or 0x233437) is unknown color: approx Nordic. HEX triplet: 23, 34 and 37. RGB value is (35,52,55). Sum of RGB (Red+Green+Blue) = 35+52+55=142 (18% of max value = 765). Red value is 35 (14.06% from 255 or 24.65% from 142); Green value is 52 (20.70% from 255 or 36.62% from 142); Blue value is 55 (21.88% from 255 or 38.73% from 142); Max value from RGB is 55 - color contains mainly: blue. Hex color #233437 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #233437 is #DCCBC8. Grayscale: #2F2F2F. Windows color (decimal): -14470089 or 3617827. OLE color: 3617827.

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

Color convert

RGB355255-
CMYK0.360.0500.78
HSL189º22.22%17.65%-
HSV(B)189º36.36%21.57%-
XYZ2.613.094.07-
YUV47.26132.37119.26-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 24.65%
GREEN value IS 52 (20.70% from 255) = 36.62%
BLUE value IS 55 (21.88% from 255) = 38.73%
R=24.65%
G=36.62%
B=38.73%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3552550.360.0500.7818922.2217.65
Hex23343724504Ebd1612
Octal43646744501162752622
Binary10001111010011011110010010101001110101111011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233437

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #233437; }

 p { color: rgb(35,52,55); }

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

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

 a { background-color: rgb(35,52,55); }

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

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

 span { border-color: rgb(35,52,55); }

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