Html Css Color HEX #306785 Astral

📋 copy color: '#306785'

red 48 ◦ green 103 ◦ blue 133

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

Shades of Astral #306785

Tints of Astral #306785

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 46.83%

R = 16.9%
G = 36.27%
B = 46.83%

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

#306785 (or 0x306785) is known color: Astral. HEX triplet: 30, 67 and 85. RGB value is (48,103,133). Sum of RGB (Red+Green+Blue) = 48+103+133=284 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.90% from 284); Green value is 103 (40.62% from 255 or 36.27% from 284); Blue value is 133 (52.34% from 255 or 46.83% from 284); Max value from RGB is 133 - color contains mainly: blue. Hex color #306785 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306785 is #CF987A. Grayscale: #595959. Windows color (decimal): -13604987 or 8742704. OLE color: 8742704.

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

Color convert

RGB 48 103 133 -
CMYK 0.64 0.23 0 0.48
HSL 201.18º 0.47% 0.35% -
HSV(B) 201.18º 0.64% 0.52% -
XYZ 10.3 12.02 23.97 -
YUV 89.98 152.28 98.06 -
System Red Green Blue C M Y K H S L
Decimal 48 103 133 0.64 0.23 0 0.48 201.18 0.47 0.35
Hex 30 67 85 40 17 0 30 C9 2F 23
Octal 60 147 205 100 27 0 60 311 57 43
Binary 110000 1100111 10000101 1000000 10111 0 110000 11001001 101111 100011

Color Harmonies of #306785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306785

Black with #306785

Text Example


Text Example

White with #306785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306785; }

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

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

background-color css

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

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

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

border-color css

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

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

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