#237A93

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

Shades of Astral #237A93

Tints of Astral #237A93

Color information

#237A93 (or 0x237A93) is unknown color: approx Astral. HEX triplet: 23, 7A and 93. RGB value is (35,122,147). Sum of RGB (Red+Green+Blue) = 35+122+147=304 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.51% from 304); Green value is 122 (48.05% from 255 or 40.13% from 304); Blue value is 147 (57.81% from 255 or 48.36% from 304); Max value from RGB is 147 - color contains mainly: blue. Hex color #237A93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #237A93 is #DC856C. Grayscale: #626262. Windows color (decimal): -14452077 or 9665059. OLE color: 9665059.

HSL color Cylindrical-coordinate representation of color #237A93: hue angle of 193.39º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #237A93 is Cyan = 0.76, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB35122147-
CMYK0.760.1700.42
HSL193.39º61.54%35.69%-
HSV(B)193.39º76.19%57.65%-
XYZ12.9216.3830.09-
YUV98.84155.1882.47-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 11.51%
GREEN value IS 122 (48.05% from 255) = 40.13%
BLUE value IS 147 (57.81% from 255) = 48.36%
R=11.51%
G=40.13%
B=48.36%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal351221470.760.1700.42193.3961.5435.69
Hex237A934C1102Ac13e24
Octal43172223114210523017644
Binary100011111101010010011100110010001010101011000001111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #237A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #237A93; }

 p { color: rgb(35,122,147); }

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

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

 a { background-color: rgb(35,122,147); }

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

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

 span { border-color: rgb(35,122,147); }

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