Html Css Color HEX #307F8E Astral

📋 copy color: '#307F8E'

red 48 ◦ green 127 ◦ blue 142

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

Shades of Astral #307F8E

Tints of Astral #307F8E

RGB

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

 GREEN value IS 127 (50% from 255) = 40.06%

 BLUE value IS 142 (55.86% from 255) = 44.79%

R = 15.14%
G = 40.06%
B = 44.79%

CMYK

 C value IS 0.66

 M value IS 0.11

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#307F8E (or 0x307F8E) is known color: Astral. HEX triplet: 30, 7F and 8E. RGB value is (48,127,142). Sum of RGB (Red+Green+Blue) = 48+127+142=317 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.14% from 317); Green value is 127 (50% from 255 or 40.06% from 317); Blue value is 142 (55.86% from 255 or 44.79% from 317); Max value from RGB is 142 - color contains mainly: blue. Hex color #307F8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307F8E is #CF8071. Grayscale: #686868. Windows color (decimal): -13598834 or 9338672. OLE color: 9338672.

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

Color convert

RGB 48 127 142 -
CMYK 0.66 0.11 0 0.44
HSL 189.57º 0.49% 0.37% -
HSV(B) 189.57º 0.66% 0.56% -
XYZ 13.69 17.76 28.3 -
YUV 105.09 148.83 87.28 -
System Red Green Blue C M Y K H S L
Decimal 48 127 142 0.66 0.11 0 0.44 189.57 0.49 0.37
Hex 30 7F 8E 42 B 0 2C BE 31 25
Octal 60 177 216 102 13 0 54 276 61 45
Binary 110000 1111111 10001110 1000010 1011 0 101100 10111110 110001 100101

Color Harmonies of #307F8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307F8E

Black with #307F8E

Text Example


Text Example

White with #307F8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,127,142); }

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

background-color css

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

 a { background-color: rgb(48,127,142); }

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

border-color css

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

 span { border-color: rgb(48,127,142); }

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