Html Css Color HEX #306587 Astral

📋 copy color: '#306587'

red 48 ◦ green 101 ◦ blue 135

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

Shades of Astral #306587

Tints of Astral #306587

RGB

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

 GREEN value IS 101 (39.84% from 255) = 35.56%

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

R = 16.9%
G = 35.56%
B = 47.54%

CMYK

 C value IS 0.64

 M value IS 0.25

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#306587 (or 0x306587) is known color: Astral. HEX triplet: 30, 65 and 87. RGB value is (48,101,135). Sum of RGB (Red+Green+Blue) = 48+101+135=284 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.90% from 284); Green value is 101 (39.84% from 255 or 35.56% from 284); Blue value is 135 (53.12% from 255 or 47.54% from 284); Max value from RGB is 135 - color contains mainly: blue. Hex color #306587 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306587 is #CF9A78. Grayscale: #585858. Windows color (decimal): -13605497 or 8873264. OLE color: 8873264.

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

Color convert

RGB 48 101 135 -
CMYK 0.64 0.25 0 0.47
HSL 203.45º 0.48% 0.36% -
HSV(B) 203.45º 0.64% 0.53% -
XYZ 10.25 11.69 24.64 -
YUV 89.03 153.94 98.74 -
System Red Green Blue C M Y K H S L
Decimal 48 101 135 0.64 0.25 0 0.47 203.45 0.48 0.36
Hex 30 65 87 40 19 0 2F CB 30 24
Octal 60 145 207 100 31 0 57 313 60 44
Binary 110000 1100101 10000111 1000000 11001 0 101111 11001011 110000 100100

Color Harmonies of #306587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306587

Black with #306587

Text Example


Text Example

White with #306587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306587; }

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

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

background-color css

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

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

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

border-color css

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

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

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