Html Css Color HEX #307184 Astral

📋 copy color: '#307184'

red 48 ◦ green 113 ◦ blue 132

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

Shades of Astral #307184

Tints of Astral #307184

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 45.05%

R = 16.38%
G = 38.57%
B = 45.05%

CMYK

 C value IS 0.64

 M value IS 0.14

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#307184 (or 0x307184) is known color: Astral. HEX triplet: 30, 71 and 84. RGB value is (48,113,132). Sum of RGB (Red+Green+Blue) = 48+113+132=293 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.38% from 293); Green value is 113 (44.53% from 255 or 38.57% from 293); Blue value is 132 (51.95% from 255 or 45.05% from 293); Max value from RGB is 132 - color contains mainly: blue. Hex color #307184 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307184 is #CF8E7B. Grayscale: #5F5F5F. Windows color (decimal): -13602428 or 8679728. OLE color: 8679728.

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

Color convert

RGB 48 113 132 -
CMYK 0.64 0.14 0 0.48
HSL 193.57º 0.47% 0.35% -
HSV(B) 193.57º 0.64% 0.52% -
XYZ 11.29 14.1 23.96 -
YUV 95.73 148.47 93.96 -
System Red Green Blue C M Y K H S L
Decimal 48 113 132 0.64 0.14 0 0.48 193.57 0.47 0.35
Hex 30 71 84 40 E 0 30 C2 2F 23
Octal 60 161 204 100 16 0 60 302 57 43
Binary 110000 1110001 10000100 1000000 1110 0 110000 11000010 101111 100011

Color Harmonies of #307184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307184

Black with #307184

Text Example


Text Example

White with #307184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307184; }

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

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

background-color css

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

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

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

border-color css

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

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

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