Html Css Color HEX #307292 Astral

📋 copy color: '#307292'

red 48 ◦ green 114 ◦ blue 146

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

Shades of Astral #307292

Tints of Astral #307292

RGB

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

 GREEN value IS 114 (44.92% from 255) = 37.01%

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

R = 15.58%
G = 37.01%
B = 47.4%

CMYK

 C value IS 0.67

 M value IS 0.22

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#307292 (or 0x307292) is known color: Astral. HEX triplet: 30, 72 and 92. RGB value is (48,114,146). Sum of RGB (Red+Green+Blue) = 48+114+146=308 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.58% from 308); Green value is 114 (44.92% from 255 or 37.01% from 308); Blue value is 146 (57.42% from 255 or 47.40% from 308); Max value from RGB is 146 - color contains mainly: blue. Hex color #307292 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307292 is #CF8D6D. Grayscale: #616161. Windows color (decimal): -13602158 or 9597488. OLE color: 9597488.

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

Color convert

RGB 48 114 146 -
CMYK 0.67 0.22 0 0.43
HSL 199.59º 0.51% 0.38% -
HSV(B) 199.59º 0.67% 0.57% -
XYZ 12.42 14.74 29.38 -
YUV 97.91 155.13 92.4 -
System Red Green Blue C M Y K H S L
Decimal 48 114 146 0.67 0.22 0 0.43 199.59 0.51 0.38
Hex 30 72 92 43 16 0 2B C8 33 26
Octal 60 162 222 103 26 0 53 310 63 46
Binary 110000 1110010 10010010 1000011 10110 0 101011 11001000 110011 100110

Color Harmonies of #307292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307292

Black with #307292

Text Example


Text Example

White with #307292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307292; }

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

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

background-color css

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

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

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

border-color css

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

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

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