Html Css Color HEX #307692 Astral

📋 copy color: '#307692'

red 48 ◦ green 118 ◦ blue 146

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

Shades of Astral #307692

Tints of Astral #307692

RGB

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

 GREEN value IS 118 (46.48% from 255) = 37.82%

 BLUE value IS 146 (57.42% from 255) = 46.79%

R = 15.38%
G = 37.82%
B = 46.79%

CMYK

 C value IS 0.67

 M value IS 0.19

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#307692 (or 0x307692) is known color: Astral. HEX triplet: 30, 76 and 92. RGB value is (48,118,146). Sum of RGB (Red+Green+Blue) = 48+118+146=312 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.38% from 312); Green value is 118 (46.48% from 255 or 37.82% from 312); Blue value is 146 (57.42% from 255 or 46.79% from 312); Max value from RGB is 146 - color contains mainly: blue. Hex color #307692 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307692 is #CF896D. Grayscale: #646464. Windows color (decimal): -13601134 or 9598512. OLE color: 9598512.

HSL color Cylindrical-coordinate representation of color #307692: hue angle of 197.14º degrees, saturation: 0.51, 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 #307692 is Cyan = 0.67, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 48 118 146 -
CMYK 0.67 0.19 0 0.43
HSL 197.14º 0.51% 0.38% -
HSV(B) 197.14º 0.67% 0.57% -
XYZ 12.89 15.66 29.54 -
YUV 100.26 153.81 90.72 -
System Red Green Blue C M Y K H S L
Decimal 48 118 146 0.67 0.19 0 0.43 197.14 0.51 0.38
Hex 30 76 92 43 13 0 2B C5 33 26
Octal 60 166 222 103 23 0 53 305 63 46
Binary 110000 1110110 10010010 1000011 10011 0 101011 11000101 110011 100110

Color Harmonies of #307692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307692

Black with #307692

Text Example


Text Example

White with #307692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307692; }

 p { color: rgb(48,118,146); }

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

background-color css

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

 a { background-color: rgb(48,118,146); }

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

border-color css

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

 span { border-color: rgb(48,118,146); }

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