Html Css Color HEX #307888 Astral

📋 copy color: '#307888'

red 48 ◦ green 120 ◦ blue 136

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

Shades of Astral #307888

Tints of Astral #307888

RGB

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

 GREEN value IS 120 (47.27% from 255) = 39.47%

 BLUE value IS 136 (53.52% from 255) = 44.74%

R = 15.79%
G = 39.47%
B = 44.74%

CMYK

 C value IS 0.65

 M value IS 0.12

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#307888 (or 0x307888) is known color: Astral. HEX triplet: 30, 78 and 88. RGB value is (48,120,136). Sum of RGB (Red+Green+Blue) = 48+120+136=304 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.79% from 304); Green value is 120 (47.27% from 255 or 39.47% from 304); Blue value is 136 (53.52% from 255 or 44.74% from 304); Max value from RGB is 136 - color contains mainly: blue. Hex color #307888 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307888 is #CF8777. Grayscale: #646464. Windows color (decimal): -13600632 or 8943664. OLE color: 8943664.

HSL color Cylindrical-coordinate representation of color #307888: hue angle of 190.91º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #307888 is Cyan = 0.65, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 48 120 136 -
CMYK 0.65 0.12 0 0.47
HSL 190.91º 0.48% 0.36% -
HSV(B) 190.91º 0.65% 0.53% -
XYZ 12.38 15.84 25.7 -
YUV 100.3 148.15 90.7 -
System Red Green Blue C M Y K H S L
Decimal 48 120 136 0.65 0.12 0 0.47 190.91 0.48 0.36
Hex 30 78 88 41 C 0 2F BF 30 24
Octal 60 170 210 101 14 0 57 277 60 44
Binary 110000 1111000 10001000 1000001 1100 0 101111 10111111 110000 100100

Color Harmonies of #307888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307888

Black with #307888

Text Example


Text Example

White with #307888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307888; }

 p { color: rgb(48,120,136); }

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

background-color css

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

 a { background-color: rgb(48,120,136); }

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

border-color css

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

 span { border-color: rgb(48,120,136); }

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