Html Css Color HEX #306784 Astral

📋 copy color: '#306784'

red 48 ◦ green 103 ◦ blue 132

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

Shades of Astral #306784

Tints of Astral #306784

RGB

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

 GREEN value IS 103 (40.63% from 255) = 36.4%

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

R = 16.96%
G = 36.4%
B = 46.64%

CMYK

 C value IS 0.64

 M value IS 0.22

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#306784 (or 0x306784) is known color: Astral. HEX triplet: 30, 67 and 84. RGB value is (48,103,132). Sum of RGB (Red+Green+Blue) = 48+103+132=283 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.96% from 283); Green value is 103 (40.62% from 255 or 36.40% from 283); Blue value is 132 (51.95% from 255 or 46.64% from 283); Max value from RGB is 132 - color contains mainly: blue. Hex color #306784 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306784 is #CF987B. Grayscale: #595959. Windows color (decimal): -13604988 or 8677168. OLE color: 8677168.

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

Color convert

RGB 48 103 132 -
CMYK 0.64 0.22 0 0.48
HSL 200.71º 0.47% 0.35% -
HSV(B) 200.71º 0.64% 0.52% -
XYZ 10.23 11.99 23.61 -
YUV 89.86 151.78 98.14 -
System Red Green Blue C M Y K H S L
Decimal 48 103 132 0.64 0.22 0 0.48 200.71 0.47 0.35
Hex 30 67 84 40 16 0 30 C9 2F 23
Octal 60 147 204 100 26 0 60 311 57 43
Binary 110000 1100111 10000100 1000000 10110 0 110000 11001001 101111 100011

Color Harmonies of #306784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306784

Black with #306784

Text Example


Text Example

White with #306784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306784; }

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

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

background-color css

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

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

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

border-color css

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

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

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