#237993

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

Shades of Astral #237993

Tints of Astral #237993

Color information

#237993 (or 0x237993) is unknown color: approx Astral. HEX triplet: 23, 79 and 93. RGB value is (35,121,147). Sum of RGB (Red+Green+Blue) = 35+121+147=303 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.55% from 303); Green value is 121 (47.66% from 255 or 39.93% from 303); Blue value is 147 (57.81% from 255 or 48.51% from 303); Max value from RGB is 147 - color contains mainly: blue. Hex color #237993 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #237993 is #DC866C. Grayscale: #626262. Windows color (decimal): -14452333 or 9664803. OLE color: 9664803.

HSL color Cylindrical-coordinate representation of color #237993: hue angle of 193.93º 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 #237993 is Cyan = 0.76, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB35121147-
CMYK0.760.1800.42
HSL193.93º61.54%35.69%-
HSV(B)193.93º76.19%57.65%-
XYZ12.816.1430.04-
YUV98.25155.5182.89-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 11.55%
GREEN value IS 121 (47.66% from 255) = 39.93%
BLUE value IS 147 (57.81% from 255) = 48.51%
R=11.55%
G=39.93%
B=48.51%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal351211470.760.1800.42193.9361.5435.69
Hex2379934C1202Ac23e24
Octal43171223114220523027644
Binary100011111100110010011100110010010010101011000010111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #237993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #237993; }

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

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

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

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

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

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

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

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