Html Css Color HEX #307684 Astral

📋 copy color: '#307684'

red 48 ◦ green 118 ◦ blue 132

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

Shades of Astral #307684

Tints of Astral #307684

RGB

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

 GREEN value IS 118 (46.48% from 255) = 39.6%

 BLUE value IS 132 (51.95% from 255) = 44.3%

R = 16.11%
G = 39.6%
B = 44.3%

CMYK

 C value IS 0.64

 M value IS 0.11

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#307684 (or 0x307684) is known color: Astral. HEX triplet: 30, 76 and 84. RGB value is (48,118,132). Sum of RGB (Red+Green+Blue) = 48+118+132=298 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.11% from 298); Green value is 118 (46.48% from 255 or 39.60% from 298); Blue value is 132 (51.95% from 255 or 44.30% from 298); Max value from RGB is 132 - color contains mainly: blue. Hex color #307684 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307684 is #CF897B. Grayscale: #626262. Windows color (decimal): -13601148 or 8681008. OLE color: 8681008.

HSL color Cylindrical-coordinate representation of color #307684: hue angle of 190º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #307684 is Cyan = 0.64, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 48 118 132 -
CMYK 0.64 0.11 0 0.48
HSL 190º 0.47% 0.35% -
HSV(B) 190º 0.64% 0.52% -
XYZ 11.86 15.25 24.15 -
YUV 98.67 146.81 91.86 -
System Red Green Blue C M Y K H S L
Decimal 48 118 132 0.64 0.11 0 0.48 190 0.47 0.35
Hex 30 76 84 40 B 0 30 BE 2F 23
Octal 60 166 204 100 13 0 60 276 57 43
Binary 110000 1110110 10000100 1000000 1011 0 110000 10111110 101111 100011

Color Harmonies of #307684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307684

Black with #307684

Text Example


Text Example

White with #307684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307684; }

 p { color: rgb(48,118,132); }

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

background-color css

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

 a { background-color: rgb(48,118,132); }

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

border-color css

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

 span { border-color: rgb(48,118,132); }

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