Html Css Color HEX #306791 Astral

📋 copy color: '#306791'

red 48 ◦ green 103 ◦ blue 145

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

Shades of Astral #306791

Tints of Astral #306791

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 48.99%

R = 16.22%
G = 34.8%
B = 48.99%

CMYK

 C value IS 0.67

 M value IS 0.29

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#306791 (or 0x306791) is known color: Astral. HEX triplet: 30, 67 and 91. RGB value is (48,103,145). Sum of RGB (Red+Green+Blue) = 48+103+145=296 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.22% from 296); Green value is 103 (40.62% from 255 or 34.80% from 296); Blue value is 145 (57.03% from 255 or 48.99% from 296); Max value from RGB is 145 - color contains mainly: blue. Hex color #306791 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306791 is #CF986E. Grayscale: #5B5B5B. Windows color (decimal): -13604975 or 9529136. OLE color: 9529136.

HSL color Cylindrical-coordinate representation of color #306791: hue angle of 205.98º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #306791 is Cyan = 0.67, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 48 103 145 -
CMYK 0.67 0.29 0 0.43
HSL 205.98º 0.5% 0.38% -
HSV(B) 205.98º 0.67% 0.57% -
XYZ 11.18 12.37 28.59 -
YUV 91.34 158.28 97.08 -
System Red Green Blue C M Y K H S L
Decimal 48 103 145 0.67 0.29 0 0.43 205.98 0.5 0.38
Hex 30 67 91 43 1D 0 2B CE 32 26
Octal 60 147 221 103 35 0 53 316 62 46
Binary 110000 1100111 10010001 1000011 11101 0 101011 11001110 110010 100110

Color Harmonies of #306791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306791

Black with #306791

Text Example


Text Example

White with #306791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306791; }

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

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

background-color css

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

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

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

border-color css

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

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

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