Html Css Color HEX #307182 Astral

📋 copy color: '#307182'

red 48 ◦ green 113 ◦ blue 130

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

Shades of Astral #307182

Tints of Astral #307182

RGB

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

 GREEN value IS 113 (44.53% from 255) = 38.83%

 BLUE value IS 130 (51.17% from 255) = 44.67%

R = 16.49%
G = 38.83%
B = 44.67%

CMYK

 C value IS 0.63

 M value IS 0.13

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#307182 (or 0x307182) is known color: Astral. HEX triplet: 30, 71 and 82. RGB value is (48,113,130). Sum of RGB (Red+Green+Blue) = 48+113+130=291 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.49% from 291); Green value is 113 (44.53% from 255 or 38.83% from 291); Blue value is 130 (51.17% from 255 or 44.67% from 291); Max value from RGB is 130 - color contains mainly: blue. Hex color #307182 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307182 is #CF8E7D. Grayscale: #5F5F5F. Windows color (decimal): -13602430 or 8548656. OLE color: 8548656.

HSL color Cylindrical-coordinate representation of color #307182: hue angle of 192.44º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #307182 is Cyan = 0.63, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 48 113 130 -
CMYK 0.63 0.13 0 0.49
HSL 192.44º 0.46% 0.35% -
HSV(B) 192.44º 0.63% 0.51% -
XYZ 11.15 14.05 23.24 -
YUV 95.5 147.47 94.12 -
System Red Green Blue C M Y K H S L
Decimal 48 113 130 0.63 0.13 0 0.49 192.44 0.46 0.35
Hex 30 71 82 3F D 0 31 C0 2E 23
Octal 60 161 202 77 15 0 61 300 56 43
Binary 110000 1110001 10000010 111111 1101 0 110001 11000000 101110 100011

Color Harmonies of #307182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307182

Black with #307182

Text Example


Text Example

White with #307182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307182; }

 p { color: rgb(48,113,130); }

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

background-color css

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

 a { background-color: rgb(48,113,130); }

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

border-color css

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

 span { border-color: rgb(48,113,130); }

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