Html Css Color HEX #237991 Astral

📋 copy color: '#237991'

red 35 ◦ green 121 ◦ blue 145

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

Shades of Astral #237991

Tints of Astral #237991

RGB

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

 GREEN value IS 121 (47.66% from 255) = 40.2%

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

R = 11.63%
G = 40.2%
B = 48.17%

CMYK

 C value IS 0.76

 M value IS 0.17

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#237991 (or 0x237991) is known color: Astral. HEX triplet: 23, 79 and 91. RGB value is (35,121,145). Sum of RGB (Red+Green+Blue) = 35+121+145=301 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.63% from 301); Green value is 121 (47.66% from 255 or 40.20% from 301); Blue value is 145 (57.03% from 255 or 48.17% from 301); Max value from RGB is 145 - color contains mainly: blue. Hex color #237991 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #237991 is #DC866E. Grayscale: #616161. Windows color (decimal): -14452335 or 9533731. OLE color: 9533731.

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

Color convert

RGB 35 121 145 -
CMYK 0.76 0.17 0 0.43
HSL 193.09º 0.61% 0.35% -
HSV(B) 193.09º 0.76% 0.57% -
XYZ 12.64 16.08 29.22 -
YUV 98.02 154.51 83.05 -
System Red Green Blue C M Y K H S L
Decimal 35 121 145 0.76 0.17 0 0.43 193.09 0.61 0.35
Hex 23 79 91 4C 11 0 2B C1 3D 23
Octal 43 171 221 114 21 0 53 301 75 43
Binary 100011 1111001 10010001 1001100 10001 0 101011 11000001 111101 100011

Color Harmonies of #237991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #237991

Black with #237991

Text Example


Text Example

White with #237991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #237991; }

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

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

background-color css

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

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

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

border-color css

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

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

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