Html Css Color HEX #307485 Astral

📋 copy color: '#307485'

red 48 ◦ green 116 ◦ blue 133

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

Shades of Astral #307485

Tints of Astral #307485

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 44.78%

R = 16.16%
G = 39.06%
B = 44.78%

CMYK

 C value IS 0.64

 M value IS 0.13

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#307485 (or 0x307485) is known color: Astral. HEX triplet: 30, 74 and 85. RGB value is (48,116,133). Sum of RGB (Red+Green+Blue) = 48+116+133=297 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.16% from 297); Green value is 116 (45.70% from 255 or 39.06% from 297); Blue value is 133 (52.34% from 255 or 44.78% from 297); Max value from RGB is 133 - color contains mainly: blue. Hex color #307485 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307485 is #CF8B7A. Grayscale: #616161. Windows color (decimal): -13601659 or 8746032. OLE color: 8746032.

HSL color Cylindrical-coordinate representation of color #307485: hue angle of 192º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #307485 is Cyan = 0.64, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 48 116 133 -
CMYK 0.64 0.13 0 0.48
HSL 192º 0.47% 0.35% -
HSV(B) 192º 0.64% 0.52% -
XYZ 11.7 14.81 24.43 -
YUV 97.61 147.97 92.62 -
System Red Green Blue C M Y K H S L
Decimal 48 116 133 0.64 0.13 0 0.48 192 0.47 0.35
Hex 30 74 85 40 D 0 30 C0 2F 23
Octal 60 164 205 100 15 0 60 300 57 43
Binary 110000 1110100 10000101 1000000 1101 0 110000 11000000 101111 100011

Color Harmonies of #307485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307485

Black with #307485

Text Example


Text Example

White with #307485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307485; }

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

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

background-color css

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

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

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

border-color css

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

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

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