Html Css Color HEX #237591 Astral

📋 copy color: '#237591'

red 35 ◦ green 117 ◦ blue 145

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

Shades of Astral #237591

Tints of Astral #237591

RGB

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

 GREEN value IS 117 (46.09% from 255) = 39.39%

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

R = 11.78%
G = 39.39%
B = 48.82%

CMYK

 C value IS 0.76

 M value IS 0.19

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#237591 (or 0x237591) is known color: Astral. HEX triplet: 23, 75 and 91. RGB value is (35,117,145). Sum of RGB (Red+Green+Blue) = 35+117+145=297 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.78% from 297); Green value is 117 (46.09% from 255 or 39.39% from 297); Blue value is 145 (57.03% from 255 or 48.82% from 297); Max value from RGB is 145 - color contains mainly: blue. Hex color #237591 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #237591 is #DC8A6E. Grayscale: #5F5F5F. Windows color (decimal): -14453359 or 9532707. OLE color: 9532707.

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

Color convert

RGB 35 117 145 -
CMYK 0.76 0.19 0 0.43
HSL 195.27º 0.61% 0.35% -
HSV(B) 195.27º 0.76% 0.57% -
XYZ 12.17 15.12 29.07 -
YUV 95.67 155.83 84.72 -
System Red Green Blue C M Y K H S L
Decimal 35 117 145 0.76 0.19 0 0.43 195.27 0.61 0.35
Hex 23 75 91 4C 13 0 2B C3 3D 23
Octal 43 165 221 114 23 0 53 303 75 43
Binary 100011 1110101 10010001 1001100 10011 0 101011 11000011 111101 100011

Color Harmonies of #237591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #237591

Black with #237591

Text Example


Text Example

White with #237591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #237591; }

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

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

background-color css

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

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

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

border-color css

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

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

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