Html Css Color HEX #237193 Astral

📋 copy color: '#237193'

red 35 ◦ green 113 ◦ blue 147

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

Shades of Astral #237193

Tints of Astral #237193

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 49.83%

R = 11.86%
G = 38.31%
B = 49.83%

CMYK

 C value IS 0.76

 M value IS 0.23

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#237193 (or 0x237193) is known color: Astral. HEX triplet: 23, 71 and 93. RGB value is (35,113,147). Sum of RGB (Red+Green+Blue) = 35+113+147=295 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.86% from 295); Green value is 113 (44.53% from 255 or 38.31% from 295); Blue value is 147 (57.81% from 255 or 49.83% from 295); Max value from RGB is 147 - color contains mainly: blue. Hex color #237193 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #237193 is #DC8E6C. Grayscale: #5D5D5D. Windows color (decimal): -14454381 or 9662755. OLE color: 9662755.

HSL color Cylindrical-coordinate representation of color #237193: hue angle of 198.21º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #237193 is Cyan = 0.76, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 35 113 147 -
CMYK 0.76 0.23 0 0.42
HSL 198.21º 0.62% 0.36% -
HSV(B) 198.21º 0.76% 0.58% -
XYZ 11.86 14.27 29.73 -
YUV 93.55 158.16 86.24 -
System Red Green Blue C M Y K H S L
Decimal 35 113 147 0.76 0.23 0 0.42 198.21 0.62 0.36
Hex 23 71 93 4C 17 0 2A C6 3E 24
Octal 43 161 223 114 27 0 52 306 76 44
Binary 100011 1110001 10010011 1001100 10111 0 101010 11000110 111110 100100

Color Harmonies of #237193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #237193

Black with #237193

Text Example


Text Example

White with #237193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #237193; }

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

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

background-color css

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

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

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

border-color css

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

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

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