#231C3E

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

Shades of Tolopea #231C3E

Tints of Tolopea #231C3E

Color information

#231C3E (or 0x231C3E) is unknown color: approx Tolopea. HEX triplet: 23, 1C and 3E. RGB value is (35,28,62). Sum of RGB (Red+Green+Blue) = 35+28+62=125 (16% of max value = 765). Red value is 35 (14.06% from 255 or 28% from 125); Green value is 28 (11.33% from 255 or 22.4% from 125); Blue value is 62 (24.61% from 255 or 49.6% from 125); Max value from RGB is 62 - color contains mainly: blue. Hex color #231C3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #231C3E is #DCE3C1. Grayscale: #212121. Windows color (decimal): -14476226 or 4070435. OLE color: 4070435.

HSL color Cylindrical-coordinate representation of color #231C3E: hue angle of 252.35º degrees, saturation: 0.38, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #231C3E is Cyan = 0.44, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB352862-
CMYK0.440.5500.76
HSL252.35º37.78%17.65%-
HSV(B)252.35º54.84%24.31%-
XYZ1.981.544.75-
YUV33.97143.82128.74-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 28%
GREEN value IS 28 (11.33% from 255) = 22.4%
BLUE value IS 62 (24.61% from 255) = 49.6%
R=28%
G=22.4%
B=49.6%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3528620.440.5500.76252.3537.7817.65
Hex231C3E2C3704Cfc2612
Octal433476546701143744622
Binary10001111100111110101100110111010011001111110010011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231C3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231C3E; }

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

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

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

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

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

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

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

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