Html Css Color HEX #307183 Astral

📋 copy color: '#307183'

red 48 ◦ green 113 ◦ blue 131

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

Shades of Astral #307183

Tints of Astral #307183

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 44.86%

R = 16.44%
G = 38.7%
B = 44.86%

CMYK

 C value IS 0.63

 M value IS 0.14

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#307183 (or 0x307183) is known color: Astral. HEX triplet: 30, 71 and 83. RGB value is (48,113,131). Sum of RGB (Red+Green+Blue) = 48+113+131=292 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.44% from 292); Green value is 113 (44.53% from 255 or 38.70% from 292); Blue value is 131 (51.56% from 255 or 44.86% from 292); Max value from RGB is 131 - color contains mainly: blue. Hex color #307183 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307183 is #CF8E7C. Grayscale: #5F5F5F. Windows color (decimal): -13602429 or 8614192. OLE color: 8614192.

HSL color Cylindrical-coordinate representation of color #307183: hue angle of 193.01º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #307183 is Cyan = 0.63, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 48 113 131 -
CMYK 0.63 0.14 0 0.49
HSL 193.01º 0.46% 0.35% -
HSV(B) 193.01º 0.63% 0.51% -
XYZ 11.22 14.08 23.6 -
YUV 95.62 147.97 94.04 -
System Red Green Blue C M Y K H S L
Decimal 48 113 131 0.63 0.14 0 0.49 193.01 0.46 0.35
Hex 30 71 83 3F E 0 31 C1 2E 23
Octal 60 161 203 77 16 0 61 301 56 43
Binary 110000 1110001 10000011 111111 1110 0 110001 11000001 101110 100011

Color Harmonies of #307183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307183

Black with #307183

Text Example


Text Example

White with #307183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307183; }

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

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

background-color css

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

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

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

border-color css

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

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

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