Html Css Color HEX #307383 Astral

📋 copy color: '#307383'

red 48 ◦ green 115 ◦ blue 131

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

Shades of Astral #307383

Tints of Astral #307383

RGB

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

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

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

R = 16.33%
G = 39.12%
B = 44.56%

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

#307383 (or 0x307383) is known color: Astral. HEX triplet: 30, 73 and 83. RGB value is (48,115,131). Sum of RGB (Red+Green+Blue) = 48+115+131=294 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.33% from 294); Green value is 115 (45.31% from 255 or 39.12% from 294); Blue value is 131 (51.56% from 255 or 44.56% from 294); Max value from RGB is 131 - color contains mainly: blue. Hex color #307383 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307383 is #CF8C7C. Grayscale: #606060. Windows color (decimal): -13601917 or 8614704. OLE color: 8614704.

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

Color convert

RGB 48 115 131 -
CMYK 0.63 0.12 0 0.49
HSL 191.57º 0.46% 0.35% -
HSV(B) 191.57º 0.63% 0.51% -
XYZ 11.45 14.53 23.67 -
YUV 96.79 147.3 93.2 -
System Red Green Blue C M Y K H S L
Decimal 48 115 131 0.63 0.12 0 0.49 191.57 0.46 0.35
Hex 30 73 83 3F C 0 31 C0 2E 23
Octal 60 163 203 77 14 0 61 300 56 43
Binary 110000 1110011 10000011 111111 1100 0 110001 11000000 101110 100011

Color Harmonies of #307383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307383

Black with #307383

Text Example


Text Example

White with #307383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307383; }

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

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

background-color css

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

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

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

border-color css

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

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

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