Html Css Color HEX #307094 Astral

📋 copy color: '#307094'

red 48 ◦ green 112 ◦ blue 148

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

Shades of Astral #307094

Tints of Astral #307094

RGB

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

 GREEN value IS 112 (44.14% from 255) = 36.36%

 BLUE value IS 148 (58.2% from 255) = 48.05%

R = 15.58%
G = 36.36%
B = 48.05%

CMYK

 C value IS 0.68

 M value IS 0.24

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#307094 (or 0x307094) is known color: Astral. HEX triplet: 30, 70 and 94. RGB value is (48,112,148). Sum of RGB (Red+Green+Blue) = 48+112+148=308 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.58% from 308); Green value is 112 (44.14% from 255 or 36.36% from 308); Blue value is 148 (58.20% from 255 or 48.05% from 308); Max value from RGB is 148 - color contains mainly: blue. Hex color #307094 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307094 is #CF8F6B. Grayscale: #606060. Windows color (decimal): -13602668 or 9728048. OLE color: 9728048.

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

Color convert

RGB 48 112 148 -
CMYK 0.68 0.24 0 0.42
HSL 201.6º 0.51% 0.38% -
HSV(B) 201.6º 0.68% 0.58% -
XYZ 12.36 14.35 30.14 -
YUV 96.97 156.8 93.07 -
System Red Green Blue C M Y K H S L
Decimal 48 112 148 0.68 0.24 0 0.42 201.6 0.51 0.38
Hex 30 70 94 44 18 0 2A CA 33 26
Octal 60 160 224 104 30 0 52 312 63 46
Binary 110000 1110000 10010100 1000100 11000 0 101010 11001010 110011 100110

Color Harmonies of #307094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307094

Black with #307094

Text Example


Text Example

White with #307094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307094; }

 p { color: rgb(48,112,148); }

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

background-color css

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

 a { background-color: rgb(48,112,148); }

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

border-color css

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

 span { border-color: rgb(48,112,148); }

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