Html Css Color HEX #306487 Astral

📋 copy color: '#306487'

red 48 ◦ green 100 ◦ blue 135

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

Shades of Astral #306487

Tints of Astral #306487

RGB

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

 GREEN value IS 100 (39.45% from 255) = 35.34%

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

R = 16.96%
G = 35.34%
B = 47.7%

CMYK

 C value IS 0.64

 M value IS 0.26

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#306487 (or 0x306487) is known color: Astral. HEX triplet: 30, 64 and 87. RGB value is (48,100,135). Sum of RGB (Red+Green+Blue) = 48+100+135=283 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.96% from 283); Green value is 100 (39.45% from 255 or 35.34% from 283); Blue value is 135 (53.12% from 255 or 47.70% from 283); Max value from RGB is 135 - color contains mainly: blue. Hex color #306487 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306487 is #CF9B78. Grayscale: #585858. Windows color (decimal): -13605753 or 8873008. OLE color: 8873008.

HSL color Cylindrical-coordinate representation of color #306487: hue angle of 204.14º 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 #306487 is Cyan = 0.64, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 48 100 135 -
CMYK 0.64 0.26 0 0.47
HSL 204.14º 0.48% 0.36% -
HSV(B) 204.14º 0.64% 0.53% -
XYZ 10.15 11.49 24.6 -
YUV 88.44 154.27 99.15 -
System Red Green Blue C M Y K H S L
Decimal 48 100 135 0.64 0.26 0 0.47 204.14 0.48 0.36
Hex 30 64 87 40 1A 0 2F CC 30 24
Octal 60 144 207 100 32 0 57 314 60 44
Binary 110000 1100100 10000111 1000000 11010 0 101111 11001100 110000 100100

Color Harmonies of #306487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306487

Black with #306487

Text Example


Text Example

White with #306487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306487; }

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

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

background-color css

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

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

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

border-color css

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

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

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