#237996

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

Shades of Astral #237996

Tints of Astral #237996

Color information

#237996 (or 0x237996) is unknown color: approx Astral. HEX triplet: 23, 79 and 96. RGB value is (35,121,150). Sum of RGB (Red+Green+Blue) = 35+121+150=306 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.44% from 306); Green value is 121 (47.66% from 255 or 39.54% from 306); Blue value is 150 (58.98% from 255 or 49.02% from 306); Max value from RGB is 150 - color contains mainly: blue. Hex color #237996 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #237996 is #DC8669. Grayscale: #626262. Windows color (decimal): -14452330 or 9861411. OLE color: 9861411.

HSL color Cylindrical-coordinate representation of color #237996: hue angle of 195.13º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #237996 is Cyan = 0.77, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB35121150-
CMYK0.770.1900.41
HSL195.13º62.16%36.27%-
HSV(B)195.13º76.67%58.82%-
XYZ13.0416.2331.3-
YUV98.59157.0182.64-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 11.44%
GREEN value IS 121 (47.66% from 255) = 39.54%
BLUE value IS 150 (58.98% from 255) = 49.02%
R=11.44%
G=39.54%
B=49.02%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal351211500.770.1900.41195.1362.1636.27
Hex2379964D13029c33e24
Octal43171226115230513037644
Binary100011111100110010110100110110011010100111000011111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #237996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #237996; }

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

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

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

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

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

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

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

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