Html Css Color HEX #237190 Astral

📋 copy color: '#237190'

red 35 ◦ green 113 ◦ blue 144

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

Shades of Astral #237190

Tints of Astral #237190

RGB

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

 GREEN value IS 113 (44.53% from 255) = 38.7%

 BLUE value IS 144 (56.64% from 255) = 49.32%

R = 11.99%
G = 38.7%
B = 49.32%

CMYK

 C value IS 0.76

 M value IS 0.22

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#237190 (or 0x237190) is known color: Astral. HEX triplet: 23, 71 and 90. RGB value is (35,113,144). Sum of RGB (Red+Green+Blue) = 35+113+144=292 (38% of max value = 765). Red value is 35 (14.06% from 255 or 11.99% from 292); Green value is 113 (44.53% from 255 or 38.70% from 292); Blue value is 144 (56.64% from 255 or 49.32% from 292); Max value from RGB is 144 - color contains mainly: blue. Hex color #237190 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #237190 is #DC8E6F. Grayscale: #5D5D5D. Windows color (decimal): -14454384 or 9466147. OLE color: 9466147.

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

Color convert

RGB 35 113 144 -
CMYK 0.76 0.22 0 0.44
HSL 197.06º 0.61% 0.35% -
HSV(B) 197.06º 0.76% 0.56% -
XYZ 11.63 14.18 28.51 -
YUV 93.21 156.66 86.48 -
System Red Green Blue C M Y K H S L
Decimal 35 113 144 0.76 0.22 0 0.44 197.06 0.61 0.35
Hex 23 71 90 4C 16 0 2C C5 3D 23
Octal 43 161 220 114 26 0 54 305 75 43
Binary 100011 1110001 10010000 1001100 10110 0 101100 11000101 111101 100011

Color Harmonies of #237190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #237190

Black with #237190

Text Example


Text Example

White with #237190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #237190; }

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

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

background-color css

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

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

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

border-color css

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

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

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