Html Css Color HEX #247B93 Astral

📋 copy color: '#247B93'

red 36 ◦ green 123 ◦ blue 147

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

Shades of Astral #247B93

Tints of Astral #247B93

RGB

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

 GREEN value IS 123 (48.44% from 255) = 40.2%

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

R = 11.76%
G = 40.2%
B = 48.04%

CMYK

 C value IS 0.76

 M value IS 0.16

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#247B93 (or 0x247B93) is known color: Astral. HEX triplet: 24, 7B and 93. RGB value is (36,123,147). Sum of RGB (Red+Green+Blue) = 36+123+147=306 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.76% from 306); Green value is 123 (48.44% from 255 or 40.20% from 306); Blue value is 147 (57.81% from 255 or 48.04% from 306); Max value from RGB is 147 - color contains mainly: blue. Hex color #247B93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #247B93 is #DB846C. Grayscale: #636363. Windows color (decimal): -14386285 or 9665316. OLE color: 9665316.

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

Color convert

RGB 36 123 147 -
CMYK 0.76 0.16 0 0.42
HSL 192.97º 0.61% 0.36% -
HSV(B) 192.97º 0.76% 0.58% -
XYZ 13.08 16.65 30.13 -
YUV 99.72 154.68 82.55 -
System Red Green Blue C M Y K H S L
Decimal 36 123 147 0.76 0.16 0 0.42 192.97 0.61 0.36
Hex 24 7B 93 4C 10 0 2A C1 3D 24
Octal 44 173 223 114 20 0 52 301 75 44
Binary 100100 1111011 10010011 1001100 10000 0 101010 11000001 111101 100100

Color Harmonies of #247B93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247B93

Black with #247B93

Text Example


Text Example

White with #247B93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #247B93; }

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

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

background-color css

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

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

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

border-color css

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

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

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