Html Css Color HEX #307185 Astral

📋 copy color: '#307185'

red 48 ◦ green 113 ◦ blue 133

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

Shades of Astral #307185

Tints of Astral #307185

RGB

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

 GREEN value IS 113 (44.53% from 255) = 38.44%

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

R = 16.33%
G = 38.44%
B = 45.24%

CMYK

 C value IS 0.64

 M value IS 0.15

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#307185 (or 0x307185) is known color: Astral. HEX triplet: 30, 71 and 85. RGB value is (48,113,133). Sum of RGB (Red+Green+Blue) = 48+113+133=294 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.33% from 294); Green value is 113 (44.53% from 255 or 38.44% from 294); Blue value is 133 (52.34% from 255 or 45.24% from 294); Max value from RGB is 133 - color contains mainly: blue. Hex color #307185 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307185 is #CF8E7A. Grayscale: #5F5F5F. Windows color (decimal): -13602427 or 8745264. OLE color: 8745264.

HSL color Cylindrical-coordinate representation of color #307185: hue angle of 194.12º 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 #307185 is Cyan = 0.64, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 48 113 133 -
CMYK 0.64 0.15 0 0.48
HSL 194.12º 0.47% 0.35% -
HSV(B) 194.12º 0.64% 0.52% -
XYZ 11.36 14.13 24.32 -
YUV 95.85 148.97 93.87 -
System Red Green Blue C M Y K H S L
Decimal 48 113 133 0.64 0.15 0 0.48 194.12 0.47 0.35
Hex 30 71 85 40 F 0 30 C2 2F 23
Octal 60 161 205 100 17 0 60 302 57 43
Binary 110000 1110001 10000101 1000000 1111 0 110000 11000010 101111 100011

Color Harmonies of #307185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307185

Black with #307185

Text Example


Text Example

White with #307185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307185; }

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

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

background-color css

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

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

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

border-color css

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

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

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