Html Css Color HEX #247693 Astral

📋 copy color: '#247693'

red 36 ◦ green 118 ◦ blue 147

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

Shades of Astral #247693

Tints of Astral #247693

RGB

 RED value IS 36 (14.45% from 255) = 11.96%

 GREEN value IS 118 (46.48% from 255) = 39.2%

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

R = 11.96%
G = 39.2%
B = 48.84%

CMYK

 C value IS 0.76

 M value IS 0.20

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#247693 (or 0x247693) is known color: Astral. HEX triplet: 24, 76 and 93. RGB value is (36,118,147). Sum of RGB (Red+Green+Blue) = 36+118+147=301 (39% of max value = 765). Red value is 36 (14.45% from 255 or 11.96% from 301); Green value is 118 (46.48% from 255 or 39.20% from 301); Blue value is 147 (57.81% from 255 or 48.84% from 301); Max value from RGB is 147 - color contains mainly: blue. Hex color #247693 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #247693 is #DB896C. Grayscale: #606060. Windows color (decimal): -14387565 or 9664036. OLE color: 9664036.

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

Color convert

RGB 36 118 147 -
CMYK 0.76 0.20 0 0.42
HSL 195.68º 0.61% 0.36% -
HSV(B) 195.68º 0.76% 0.58% -
XYZ 12.47 15.44 29.93 -
YUV 96.79 156.33 84.64 -
System Red Green Blue C M Y K H S L
Decimal 36 118 147 0.76 0.20 0 0.42 195.68 0.61 0.36
Hex 24 76 93 4C 14 0 2A C4 3D 24
Octal 44 166 223 114 24 0 52 304 75 44
Binary 100100 1110110 10010011 1001100 10100 0 101010 11000100 111101 100100

Color Harmonies of #247693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247693

Black with #247693

Text Example


Text Example

White with #247693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #247693; }

 p { color: rgb(36,118,147); }

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

background-color css

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

 a { background-color: rgb(36,118,147); }

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

border-color css

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

 span { border-color: rgb(36,118,147); }

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