Html Css Color HEX #307C93 Astral

📋 copy color: '#307C93'

red 48 ◦ green 124 ◦ blue 147

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

Shades of Astral #307C93

Tints of Astral #307C93

RGB

 RED value IS 48 (19.14% from 255) = 15.05%

 GREEN value IS 124 (48.83% from 255) = 38.87%

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

R = 15.05%
G = 38.87%
B = 46.08%

CMYK

 C value IS 0.67

 M value IS 0.16

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#307C93 (or 0x307C93) is known color: Astral. HEX triplet: 30, 7C and 93. RGB value is (48,124,147). Sum of RGB (Red+Green+Blue) = 48+124+147=319 (42% of max value = 765). Red value is 48 (19.14% from 255 or 15.05% from 319); Green value is 124 (48.83% from 255 or 38.87% from 319); Blue value is 147 (57.81% from 255 or 46.08% from 319); Max value from RGB is 147 - color contains mainly: blue. Hex color #307C93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307C93 is #CF836C. Grayscale: #676767. Windows color (decimal): -13599597 or 9665584. OLE color: 9665584.

HSL color Cylindrical-coordinate representation of color #307C93: hue angle of 193.94º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #307C93 is Cyan = 0.67, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 48 124 147 -
CMYK 0.67 0.16 0 0.42
HSL 193.94º 0.51% 0.38% -
HSV(B) 193.94º 0.67% 0.58% -
XYZ 13.69 17.15 30.19 -
YUV 103.9 152.32 88.13 -
System Red Green Blue C M Y K H S L
Decimal 48 124 147 0.67 0.16 0 0.42 193.94 0.51 0.38
Hex 30 7C 93 43 10 0 2A C2 33 26
Octal 60 174 223 103 20 0 52 302 63 46
Binary 110000 1111100 10010011 1000011 10000 0 101010 11000010 110011 100110

Color Harmonies of #307C93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307C93

Black with #307C93

Text Example


Text Example

White with #307C93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307C93; }

 p { color: rgb(48,124,147); }

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

background-color css

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

 a { background-color: rgb(48,124,147); }

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

border-color css

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

 span { border-color: rgb(48,124,147); }

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