Html Css Color HEX #30687E Astral

📋 copy color: '#30687E'

red 48 ◦ green 104 ◦ blue 126

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

Shades of Astral #30687E

Tints of Astral #30687E

RGB

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

 GREEN value IS 104 (41.02% from 255) = 37.41%

 BLUE value IS 126 (49.61% from 255) = 45.32%

R = 17.27%
G = 37.41%
B = 45.32%

CMYK

 C value IS 0.62

 M value IS 0.17

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#30687E (or 0x30687E) is known color: Astral. HEX triplet: 30, 68 and 7E. RGB value is (48,104,126). Sum of RGB (Red+Green+Blue) = 48+104+126=278 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.27% from 278); Green value is 104 (41.02% from 255 or 37.41% from 278); Blue value is 126 (49.61% from 255 or 45.32% from 278); Max value from RGB is 126 - color contains mainly: blue. Hex color #30687E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30687E is #CF9781. Grayscale: #595959. Windows color (decimal): -13604738 or 8284208. OLE color: 8284208.

HSL color Cylindrical-coordinate representation of color #30687E: hue angle of 196.92º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #30687E is Cyan = 0.62, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 48 104 126 -
CMYK 0.62 0.17 0 0.51
HSL 196.92º 0.45% 0.34% -
HSV(B) 196.92º 0.62% 0.49% -
XYZ 9.94 12.04 21.54 -
YUV 89.76 148.45 98.21 -
System Red Green Blue C M Y K H S L
Decimal 48 104 126 0.62 0.17 0 0.51 196.92 0.45 0.34
Hex 30 68 7E 3E 11 0 33 C5 2D 22
Octal 60 150 176 76 21 0 63 305 55 42
Binary 110000 1101000 1111110 111110 10001 0 110011 11000101 101101 100010

Color Harmonies of #30687E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30687E

Black with #30687E

Text Example


Text Example

White with #30687E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30687E; }

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

 H1.HeaderClassName
 {
   color: #30687E;
 }
 .AnyTagClassName
 {
   color: #30687E;
 }
</style>

background-color css

<style>
 a { background-color: #30687E; }

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

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

border-color css

<style>
 span { border-color: #30687E; }

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

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