#237391

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

Shades of Astral #237391

Tints of Astral #237391

Color information

#237391 (or 0x237391) is unknown color: approx Astral. HEX triplet: 23, 73 and 91. RGB value is (35,115,145). Sum of RGB (Red+Green+Blue) = 35+115+145=295 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.86% from 295); Green value is 115 (45.31% from 255 or 38.98% from 295); Blue value is 145 (57.03% from 255 or 49.15% from 295); Max value from RGB is 145 - color contains mainly: blue. Hex color #237391 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #237391 is #DC8C6E. Grayscale: #5E5E5E. Windows color (decimal): -14453871 or 9532195. OLE color: 9532195.

HSL color Cylindrical-coordinate representation of color #237391: hue angle of 196.36º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #237391 is Cyan = 0.76, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB35115145-
CMYK0.760.2100.43
HSL196.36º61.11%35.29%-
HSV(B)196.36º75.86%56.86%-
XYZ11.9314.6628.99-
YUV94.5156.585.56-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 11.86%
GREEN value IS 115 (45.31% from 255) = 38.98%
BLUE value IS 145 (57.03% from 255) = 49.15%
R=11.86%
G=38.98%
B=49.15%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal351151450.760.2100.43196.3661.1135.29
Hex2373914C1502Bc43d23
Octal43163221114250533047543
Binary100011111001110010001100110010101010101111000100111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #237391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #237391; }

 p { color: rgb(35,115,145); }

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

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

 a { background-color: rgb(35,115,145); }

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

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

 span { border-color: rgb(35,115,145); }

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