#233C3F

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

Shades of Nordic #233C3F

Tints of Nordic #233C3F

Color information

#233C3F (or 0x233C3F) is unknown color: approx Nordic. HEX triplet: 23, 3C and 3F. RGB value is (35,60,63). Sum of RGB (Red+Green+Blue) = 35+60+63=158 (20% of max value = 765). Red value is 35 (14.06% from 255 or 22.15% from 158); Green value is 60 (23.83% from 255 or 37.97% from 158); Blue value is 63 (25% from 255 or 39.87% from 158); Max value from RGB is 63 - color contains mainly: blue. Hex color #233C3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #233C3F is #DCC3C0. Grayscale: #343434. Windows color (decimal): -14468033 or 4144163. OLE color: 4144163.

HSL color Cylindrical-coordinate representation of color #233C3F: hue angle of 186.43º 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 #233C3F is Cyan = 0.44, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB356063-
CMYK0.440.0500.75
HSL186.43º28.57%19.22%-
HSV(B)186.43º44.44%24.71%-
XYZ3.213.955.3-
YUV52.87133.72115.26-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 22.15%
GREEN value IS 60 (23.83% from 255) = 37.97%
BLUE value IS 63 (25% from 255) = 39.87%
R=22.15%
G=37.97%
B=39.87%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3560630.440.0500.75186.4328.5719.22
Hex233C3F2C504Bba1d13
Octal43747754501132723523
Binary10001111110011111110110010101001011101110101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233C3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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