#236A90

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

Shades of Astral #236A90

Tints of Astral #236A90

Color information

#236A90 (or 0x236A90) is unknown color: approx Astral. HEX triplet: 23, 6A and 90. RGB value is (35,106,144). Sum of RGB (Red+Green+Blue) = 35+106+144=285 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.28% from 285); Green value is 106 (41.80% from 255 or 37.19% from 285); Blue value is 144 (56.64% from 255 or 50.53% from 285); Max value from RGB is 144 - color contains mainly: blue. Hex color #236A90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #236A90 is #DC956F. Grayscale: #585858. Windows color (decimal): -14456176 or 9464355. OLE color: 9464355.

HSL color Cylindrical-coordinate representation of color #236A90: hue angle of 200.92º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #236A90 is Cyan = 0.76, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB35106144-
CMYK0.760.2600.44
HSL200.92º60.89%35.1%-
HSV(B)200.92º75.69%56.47%-
XYZ10.8812.6828.26-
YUV89.1158.9889.41-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 12.28%
GREEN value IS 106 (41.80% from 255) = 37.19%
BLUE value IS 144 (56.64% from 255) = 50.53%
R=12.28%
G=37.19%
B=50.53%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal351061440.760.2600.44200.9260.8935.1
Hex236A904C1A02Cc93d23
Octal43152220114320543117543
Binary100011110101010010000100110011010010110011001001111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #236A90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #236A90; }

 p { color: rgb(35,106,144); }

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

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

 a { background-color: rgb(35,106,144); }

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

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

 span { border-color: rgb(35,106,144); }

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