Html Css Color HEX #307495 Astral

📋 copy color: '#307495'

red 48 ◦ green 116 ◦ blue 149

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

Shades of Astral #307495

Tints of Astral #307495

RGB

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

 GREEN value IS 116 (45.7% from 255) = 37.06%

 BLUE value IS 149 (58.59% from 255) = 47.6%

R = 15.34%
G = 37.06%
B = 47.6%

CMYK

 C value IS 0.68

 M value IS 0.22

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#307495 (or 0x307495) is known color: Astral. HEX triplet: 30, 74 and 95. RGB value is (48,116,149). Sum of RGB (Red+Green+Blue) = 48+116+149=313 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.34% from 313); Green value is 116 (45.70% from 255 or 37.06% from 313); Blue value is 149 (58.59% from 255 or 47.60% from 313); Max value from RGB is 149 - color contains mainly: blue. Hex color #307495 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307495 is #CF8B6A. Grayscale: #636363. Windows color (decimal): -13601643 or 9794608. OLE color: 9794608.

HSL color Cylindrical-coordinate representation of color #307495: hue angle of 199.6º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #307495 is Cyan = 0.68, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 48 116 149 -
CMYK 0.68 0.22 0 0.42
HSL 199.6º 0.51% 0.39% -
HSV(B) 199.6º 0.68% 0.58% -
XYZ 12.89 15.29 30.71 -
YUV 99.43 155.97 91.32 -
System Red Green Blue C M Y K H S L
Decimal 48 116 149 0.68 0.22 0 0.42 199.6 0.51 0.39
Hex 30 74 95 44 16 0 2A C8 33 27
Octal 60 164 225 104 26 0 52 310 63 47
Binary 110000 1110100 10010101 1000100 10110 0 101010 11001000 110011 100111

Color Harmonies of #307495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307495

Black with #307495

Text Example


Text Example

White with #307495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307495; }

 p { color: rgb(48,116,149); }

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

background-color css

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

 a { background-color: rgb(48,116,149); }

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

border-color css

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

 span { border-color: rgb(48,116,149); }

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