Html Css Color HEX #307C8A Astral

📋 copy color: '#307C8A'

red 48 ◦ green 124 ◦ blue 138

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

Shades of Astral #307C8A

Tints of Astral #307C8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 44.52%

R = 15.48%
G = 40%
B = 44.52%

CMYK

 C value IS 0.65

 M value IS 0.10

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#307C8A (or 0x307C8A) is known color: Astral. HEX triplet: 30, 7C and 8A. RGB value is (48,124,138). Sum of RGB (Red+Green+Blue) = 48+124+138=310 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.48% from 310); Green value is 124 (48.83% from 255 or 40% from 310); Blue value is 138 (54.30% from 255 or 44.52% from 310); Max value from RGB is 138 - color contains mainly: blue. Hex color #307C8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307C8A is #CF8375. Grayscale: #666666. Windows color (decimal): -13599606 or 9075760. OLE color: 9075760.

HSL color Cylindrical-coordinate representation of color #307C8A: hue angle of 189.33º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #307C8A is Cyan = 0.65, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 48 124 138 -
CMYK 0.65 0.10 0 0.46
HSL 189.33º 0.48% 0.36% -
HSV(B) 189.33º 0.65% 0.54% -
XYZ 13.01 16.88 26.62 -
YUV 102.87 147.82 88.86 -
System Red Green Blue C M Y K H S L
Decimal 48 124 138 0.65 0.10 0 0.46 189.33 0.48 0.36
Hex 30 7C 8A 41 A 0 2E BD 30 24
Octal 60 174 212 101 12 0 56 275 60 44
Binary 110000 1111100 10001010 1000001 1010 0 101110 10111101 110000 100100

Color Harmonies of #307C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307C8A

Black with #307C8A

Text Example


Text Example

White with #307C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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