Html Css Color HEX #307C8D Astral

📋 copy color: '#307C8D'

red 48 ◦ green 124 ◦ blue 141

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

Shades of Astral #307C8D

Tints of Astral #307C8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 45.05%

R = 15.34%
G = 39.62%
B = 45.05%

CMYK

 C value IS 0.66

 M value IS 0.12

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#307C8D (or 0x307C8D) is known color: Astral. HEX triplet: 30, 7C and 8D. RGB value is (48,124,141). Sum of RGB (Red+Green+Blue) = 48+124+141=313 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.34% from 313); Green value is 124 (48.83% from 255 or 39.62% from 313); Blue value is 141 (55.47% from 255 or 45.05% from 313); Max value from RGB is 141 - color contains mainly: blue. Hex color #307C8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307C8D is #CF8372. Grayscale: #676767. Windows color (decimal): -13599603 or 9272368. OLE color: 9272368.

HSL color Cylindrical-coordinate representation of color #307C8D: hue angle of 190.97º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #307C8D is Cyan = 0.66, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 48 124 141 -
CMYK 0.66 0.12 0 0.45
HSL 190.97º 0.49% 0.37% -
HSV(B) 190.97º 0.66% 0.55% -
XYZ 13.23 16.97 27.78 -
YUV 103.21 149.32 88.62 -
System Red Green Blue C M Y K H S L
Decimal 48 124 141 0.66 0.12 0 0.45 190.97 0.49 0.37
Hex 30 7C 8D 42 C 0 2D BF 31 25
Octal 60 174 215 102 14 0 55 277 61 45
Binary 110000 1111100 10001101 1000010 1100 0 101101 10111111 110001 100101

Color Harmonies of #307C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307C8D

Black with #307C8D

Text Example


Text Example

White with #307C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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