Html Css Color HEX #306684 Astral

📋 copy color: '#306684'

red 48 ◦ green 102 ◦ blue 132

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

Shades of Astral #306684

Tints of Astral #306684

RGB

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

 GREEN value IS 102 (40.23% from 255) = 36.17%

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

R = 17.02%
G = 36.17%
B = 46.81%

CMYK

 C value IS 0.64

 M value IS 0.23

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#306684 (or 0x306684) is known color: Astral. HEX triplet: 30, 66 and 84. RGB value is (48,102,132). Sum of RGB (Red+Green+Blue) = 48+102+132=282 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.02% from 282); Green value is 102 (40.23% from 255 or 36.17% from 282); Blue value is 132 (51.95% from 255 or 46.81% from 282); Max value from RGB is 132 - color contains mainly: blue. Hex color #306684 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306684 is #CF997B. Grayscale: #595959. Windows color (decimal): -13605244 or 8676912. OLE color: 8676912.

HSL color Cylindrical-coordinate representation of color #306684: hue angle of 201.43º 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 #306684 is Cyan = 0.64, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 48 102 132 -
CMYK 0.64 0.23 0 0.48
HSL 201.43º 0.47% 0.35% -
HSV(B) 201.43º 0.64% 0.52% -
XYZ 10.14 11.8 23.57 -
YUV 89.27 152.11 98.56 -
System Red Green Blue C M Y K H S L
Decimal 48 102 132 0.64 0.23 0 0.48 201.43 0.47 0.35
Hex 30 66 84 40 17 0 30 C9 2F 23
Octal 60 146 204 100 27 0 60 311 57 43
Binary 110000 1100110 10000100 1000000 10111 0 110000 11001001 101111 100011

Color Harmonies of #306684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306684

Black with #306684

Text Example


Text Example

White with #306684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306684; }

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

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

background-color css

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

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

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

border-color css

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

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

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