Html Css Color HEX #306582 Astral

📋 copy color: '#306582'

red 48 ◦ green 101 ◦ blue 130

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

Shades of Astral #306582

Tints of Astral #306582

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 46.59%

R = 17.2%
G = 36.2%
B = 46.59%

CMYK

 C value IS 0.63

 M value IS 0.22

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#306582 (or 0x306582) is known color: Astral. HEX triplet: 30, 65 and 82. RGB value is (48,101,130). Sum of RGB (Red+Green+Blue) = 48+101+130=279 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.20% from 279); Green value is 101 (39.84% from 255 or 36.20% from 279); Blue value is 130 (51.17% from 255 or 46.59% from 279); Max value from RGB is 130 - color contains mainly: blue. Hex color #306582 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306582 is #CF9A7D. Grayscale: #585858. Windows color (decimal): -13605502 or 8545584. OLE color: 8545584.

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

Color convert

RGB 48 101 130 -
CMYK 0.63 0.22 0 0.49
HSL 201.22º 0.46% 0.35% -
HSV(B) 201.22º 0.63% 0.51% -
XYZ 9.9 11.55 22.83 -
YUV 88.46 151.44 99.14 -
System Red Green Blue C M Y K H S L
Decimal 48 101 130 0.63 0.22 0 0.49 201.22 0.46 0.35
Hex 30 65 82 3F 16 0 31 C9 2E 23
Octal 60 145 202 77 26 0 61 311 56 43
Binary 110000 1100101 10000010 111111 10110 0 110001 11001001 101110 100011

Color Harmonies of #306582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306582

Black with #306582

Text Example


Text Example

White with #306582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306582; }

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

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

background-color css

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

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

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

border-color css

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

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

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