Html Css Color HEX #307382 Astral

📋 copy color: '#307382'

red 48 ◦ green 115 ◦ blue 130

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

Shades of Astral #307382

Tints of Astral #307382

RGB

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

 GREEN value IS 115 (45.31% from 255) = 39.25%

 BLUE value IS 130 (51.17% from 255) = 44.37%

R = 16.38%
G = 39.25%
B = 44.37%

CMYK

 C value IS 0.63

 M value IS 0.12

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#307382 (or 0x307382) is known color: Astral. HEX triplet: 30, 73 and 82. RGB value is (48,115,130). Sum of RGB (Red+Green+Blue) = 48+115+130=293 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.38% from 293); Green value is 115 (45.31% from 255 or 39.25% from 293); Blue value is 130 (51.17% from 255 or 44.37% from 293); Max value from RGB is 130 - color contains mainly: blue. Hex color #307382 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307382 is #CF8C7D. Grayscale: #606060. Windows color (decimal): -13601918 or 8549168. OLE color: 8549168.

HSL color Cylindrical-coordinate representation of color #307382: hue angle of 190.98º 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 #307382 is Cyan = 0.63, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 48 115 130 -
CMYK 0.63 0.12 0 0.49
HSL 190.98º 0.46% 0.35% -
HSV(B) 190.98º 0.63% 0.51% -
XYZ 11.38 14.5 23.32 -
YUV 96.68 146.8 93.28 -
System Red Green Blue C M Y K H S L
Decimal 48 115 130 0.63 0.12 0 0.49 190.98 0.46 0.35
Hex 30 73 82 3F C 0 31 BF 2E 23
Octal 60 163 202 77 14 0 61 277 56 43
Binary 110000 1110011 10000010 111111 1100 0 110001 10111111 101110 100011

Color Harmonies of #307382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307382

Black with #307382

Text Example


Text Example

White with #307382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307382; }

 p { color: rgb(48,115,130); }

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

background-color css

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

 a { background-color: rgb(48,115,130); }

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

border-color css

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

 span { border-color: rgb(48,115,130); }

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