Html Css Color HEX #237394 Astral

📋 copy color: '#237394'

red 35 ◦ green 115 ◦ blue 148

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

Shades of Astral #237394

Tints of Astral #237394

RGB

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

 GREEN value IS 115 (45.31% from 255) = 38.59%

 BLUE value IS 148 (58.2% from 255) = 49.66%

R = 11.74%
G = 38.59%
B = 49.66%

CMYK

 C value IS 0.76

 M value IS 0.22

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#237394 (or 0x237394) is known color: Astral. HEX triplet: 23, 73 and 94. RGB value is (35,115,148). Sum of RGB (Red+Green+Blue) = 35+115+148=298 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.74% from 298); Green value is 115 (45.31% from 255 or 38.59% from 298); Blue value is 148 (58.20% from 255 or 49.66% from 298); Max value from RGB is 148 - color contains mainly: blue. Hex color #237394 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #237394 is #DC8C6B. Grayscale: #5E5E5E. Windows color (decimal): -14453868 or 9728803. OLE color: 9728803.

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

Color convert

RGB 35 115 148 -
CMYK 0.76 0.22 0 0.42
HSL 197.52º 0.62% 0.36% -
HSV(B) 197.52º 0.76% 0.58% -
XYZ 12.17 14.76 30.22 -
YUV 94.84 158 85.32 -
System Red Green Blue C M Y K H S L
Decimal 35 115 148 0.76 0.22 0 0.42 197.52 0.62 0.36
Hex 23 73 94 4C 16 0 2A C6 3E 24
Octal 43 163 224 114 26 0 52 306 76 44
Binary 100011 1110011 10010100 1001100 10110 0 101010 11000110 111110 100100

Color Harmonies of #237394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #237394

Black with #237394

Text Example


Text Example

White with #237394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #237394; }

 p { color: rgb(35,115,148); }

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

background-color css

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

 a { background-color: rgb(35,115,148); }

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

border-color css

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

 span { border-color: rgb(35,115,148); }

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