Html Css Color HEX #237391 Astral

📋 copy color: '#237391'

red 35 ◦ green 115 ◦ blue 145

#237391
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Astral #237391

Tints of Astral #237391

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 value IS 0.76

 M value IS 0.21

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#237391 (or 0x237391) is known color: 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

RGB 35 115 145 -
CMYK 0.76 0.21 0 0.43
HSL 196.36º 0.61% 0.35% -
HSV(B) 196.36º 0.76% 0.57% -
XYZ 11.93 14.66 28.99 -
YUV 94.5 156.5 85.56 -
System Red Green Blue C M Y K H S L
Decimal 35 115 145 0.76 0.21 0 0.43 196.36 0.61 0.35
Hex 23 73 91 4C 15 0 2B C4 3D 23
Octal 43 163 221 114 25 0 53 304 75 43
Binary 100011 1110011 10010001 1001100 10101 0 101011 11000100 111101 100011

Color Harmonies of #237391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #237391

Black with #237391

Text Example


Text Example

White with #237391

Text Example


Text Example

HTML Codes & Css Web 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>