#233E3F

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

Shades of Nordic #233E3F

Tints of Nordic #233E3F

Color information

#233E3F (or 0x233E3F) is unknown color: approx Nordic. HEX triplet: 23, 3E and 3F. RGB value is (35,62,63). Sum of RGB (Red+Green+Blue) = 35+62+63=160 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.88% from 160); Green value is 62 (24.61% from 255 or 38.75% from 160); Blue value is 63 (25% from 255 or 39.38% from 160); Max value from RGB is 63 - color contains mainly: blue. Hex color #233E3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #233E3F is #DCC1C0. Grayscale: #363636. Windows color (decimal): -14467521 or 4144675. OLE color: 4144675.

HSL color Cylindrical-coordinate representation of color #233E3F: hue angle of 182.14º degrees, saturation: 0.29, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #233E3F is Cyan = 0.44, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB356263-
CMYK0.440.0200.75
HSL182.14º28.57%19.22%-
HSV(B)182.14º44.44%24.71%-
XYZ3.314.165.33-
YUV54.04133.05114.42-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 21.88%
GREEN value IS 62 (24.61% from 255) = 38.75%
BLUE value IS 63 (25% from 255) = 39.38%
R=21.88%
G=38.75%
B=39.38%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3562630.440.0200.75182.1428.5719.22
Hex233E3F2C204Bb61d13
Octal43767754201132663523
Binary1000111111101111111011001001001011101101101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233E3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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