Html Css Color HEX #306786 Astral

📋 copy color: '#306786'

red 48 ◦ green 103 ◦ blue 134

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

Shades of Astral #306786

Tints of Astral #306786

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 47.02%

R = 16.84%
G = 36.14%
B = 47.02%

CMYK

 C value IS 0.64

 M value IS 0.23

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#306786 (or 0x306786) is known color: Astral. HEX triplet: 30, 67 and 86. RGB value is (48,103,134). Sum of RGB (Red+Green+Blue) = 48+103+134=285 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.84% from 285); Green value is 103 (40.62% from 255 or 36.14% from 285); Blue value is 134 (52.73% from 255 or 47.02% from 285); Max value from RGB is 134 - color contains mainly: blue. Hex color #306786 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306786 is #CF9879. Grayscale: #595959. Windows color (decimal): -13604986 or 8808240. OLE color: 8808240.

HSL color Cylindrical-coordinate representation of color #306786: hue angle of 201.63º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #306786 is Cyan = 0.64, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 48 103 134 -
CMYK 0.64 0.23 0 0.47
HSL 201.63º 0.47% 0.36% -
HSV(B) 201.63º 0.64% 0.53% -
XYZ 10.37 12.05 24.33 -
YUV 90.09 152.78 97.98 -
System Red Green Blue C M Y K H S L
Decimal 48 103 134 0.64 0.23 0 0.47 201.63 0.47 0.36
Hex 30 67 86 40 17 0 2F CA 2F 24
Octal 60 147 206 100 27 0 57 312 57 44
Binary 110000 1100111 10000110 1000000 10111 0 101111 11001010 101111 100100

Color Harmonies of #306786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306786

Black with #306786

Text Example


Text Example

White with #306786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306786; }

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

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

background-color css

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

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

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

border-color css

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

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

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