Html Css Color HEX #307E8D Astral

📋 copy color: '#307E8D'

red 48 ◦ green 126 ◦ blue 141

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

Shades of Astral #307E8D

Tints of Astral #307E8D

RGB

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

 GREEN value IS 126 (49.61% from 255) = 40%

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

R = 15.24%
G = 40%
B = 44.76%

CMYK

 C value IS 0.66

 M value IS 0.11

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#307E8D (or 0x307E8D) is known color: Astral. HEX triplet: 30, 7E and 8D. RGB value is (48,126,141). Sum of RGB (Red+Green+Blue) = 48+126+141=315 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.24% from 315); Green value is 126 (49.61% from 255 or 40% from 315); Blue value is 141 (55.47% from 255 or 44.76% from 315); Max value from RGB is 141 - color contains mainly: blue. Hex color #307E8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307E8D is #CF8172. Grayscale: #686868. Windows color (decimal): -13599091 or 9272880. OLE color: 9272880.

HSL color Cylindrical-coordinate representation of color #307E8D: hue angle of 189.68º 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 #307E8D is Cyan = 0.66, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 48 126 141 -
CMYK 0.66 0.11 0 0.45
HSL 189.68º 0.49% 0.37% -
HSV(B) 189.68º 0.66% 0.55% -
XYZ 13.49 17.47 27.86 -
YUV 104.39 148.66 87.78 -
System Red Green Blue C M Y K H S L
Decimal 48 126 141 0.66 0.11 0 0.45 189.68 0.49 0.37
Hex 30 7E 8D 42 B 0 2D BE 31 25
Octal 60 176 215 102 13 0 55 276 61 45
Binary 110000 1111110 10001101 1000010 1011 0 101101 10111110 110001 100101

Color Harmonies of #307E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307E8D

Black with #307E8D

Text Example


Text Example

White with #307E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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