Html Css Color HEX #237491 Astral

📋 copy color: '#237491'

red 35 ◦ green 116 ◦ blue 145

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

Shades of Astral #237491

Tints of Astral #237491

RGB

 RED value IS 35 (14.06% from 255) = 11.82%

 GREEN value IS 116 (45.7% from 255) = 39.19%

 BLUE value IS 145 (57.03% from 255) = 48.99%

R = 11.82%
G = 39.19%
B = 48.99%

CMYK

 C value IS 0.76

 M value IS 0.2

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#237491 (or 0x237491) is known color: Astral. HEX triplet: 23, 74 and 91. RGB value is (35,116,145). Sum of RGB (Red+Green+Blue) = 35+116+145=296 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.82% from 296); Green value is 116 (45.70% from 255 or 39.19% from 296); Blue value is 145 (57.03% from 255 or 48.99% from 296); Max value from RGB is 145 - color contains mainly: blue. Hex color #237491 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #237491 is #DC8B6E. Grayscale: #5E5E5E. Windows color (decimal): -14453615 or 9532451. OLE color: 9532451.

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

Color convert

RGB 35 116 145 -
CMYK 0.76 0.2 0 0.43
HSL 195.82º 0.61% 0.35% -
HSV(B) 195.82º 0.76% 0.57% -
XYZ 12.05 14.89 29.03 -
YUV 95.09 156.16 85.14 -
System Red Green Blue C M Y K H S L
Decimal 35 116 145 0.76 0.2 0 0.43 195.82 0.61 0.35
Hex 23 74 91 4C 14 0 2B C4 3D 23
Octal 43 164 221 114 24 0 53 304 75 43
Binary 100011 1110100 10010001 1001100 10100 0 101011 11000100 111101 100011

Color Harmonies of #237491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #237491

Black with #237491

Text Example


Text Example

White with #237491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #237491; }

 p { color: rgb(35,116,145); }

 H1.HeaderClassName
 {
   color: #237491;
 }
 .AnyTagClassName
 {
   color: #237491;
 }
</style>

background-color css

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

 a { background-color: rgb(35,116,145); }

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

border-color css

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

 span { border-color: rgb(35,116,145); }

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