Html Css Color HEX #30687C Astral

📋 copy color: '#30687C'

red 48 ◦ green 104 ◦ blue 124

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

Shades of Astral #30687C

Tints of Astral #30687C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 44.93%

R = 17.39%
G = 37.68%
B = 44.93%

CMYK

 C value IS 0.61

 M value IS 0.16

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#30687C (or 0x30687C) is known color: Astral. HEX triplet: 30, 68 and 7C. RGB value is (48,104,124). Sum of RGB (Red+Green+Blue) = 48+104+124=276 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.39% from 276); Green value is 104 (41.02% from 255 or 37.68% from 276); Blue value is 124 (48.83% from 255 or 44.93% from 276); Max value from RGB is 124 - color contains mainly: blue. Hex color #30687C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30687C is #CF9783. Grayscale: #595959. Windows color (decimal): -13604740 or 8153136. OLE color: 8153136.

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

Color convert

RGB 48 104 124 -
CMYK 0.61 0.16 0 0.51
HSL 195.79º 0.44% 0.34% -
HSV(B) 195.79º 0.61% 0.49% -
XYZ 9.81 11.98 20.87 -
YUV 89.54 147.45 98.37 -
System Red Green Blue C M Y K H S L
Decimal 48 104 124 0.61 0.16 0 0.51 195.79 0.44 0.34
Hex 30 68 7C 3D 10 0 33 C4 2C 22
Octal 60 150 174 75 20 0 63 304 54 42
Binary 110000 1101000 1111100 111101 10000 0 110011 11000100 101100 100010

Color Harmonies of #30687C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30687C

Black with #30687C

Text Example


Text Example

White with #30687C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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