Html Css Color HEX #307887 Astral

📋 copy color: '#307887'

red 48 ◦ green 120 ◦ blue 135

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

Shades of Astral #307887

Tints of Astral #307887

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 44.55%

R = 15.84%
G = 39.6%
B = 44.55%

CMYK

 C value IS 0.64

 M value IS 0.11

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#307887 (or 0x307887) is known color: Astral. HEX triplet: 30, 78 and 87. RGB value is (48,120,135). Sum of RGB (Red+Green+Blue) = 48+120+135=303 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.84% from 303); Green value is 120 (47.27% from 255 or 39.60% from 303); Blue value is 135 (53.12% from 255 or 44.55% from 303); Max value from RGB is 135 - color contains mainly: blue. Hex color #307887 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307887 is #CF8778. Grayscale: #646464. Windows color (decimal): -13600633 or 8878128. OLE color: 8878128.

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

Color convert

RGB 48 120 135 -
CMYK 0.64 0.11 0 0.47
HSL 190.34º 0.48% 0.36% -
HSV(B) 190.34º 0.64% 0.53% -
XYZ 12.31 15.81 25.32 -
YUV 100.18 147.65 90.78 -
System Red Green Blue C M Y K H S L
Decimal 48 120 135 0.64 0.11 0 0.47 190.34 0.48 0.36
Hex 30 78 87 40 B 0 2F BE 30 24
Octal 60 170 207 100 13 0 57 276 60 44
Binary 110000 1111000 10000111 1000000 1011 0 101111 10111110 110000 100100

Color Harmonies of #307887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307887

Black with #307887

Text Example


Text Example

White with #307887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307887; }

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

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

background-color css

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

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

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

border-color css

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

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

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