Html Css Color HEX #306782 Astral

📋 copy color: '#306782'

red 48 ◦ green 103 ◦ blue 130

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

Shades of Astral #306782

Tints of Astral #306782

RGB

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

 GREEN value IS 103 (40.63% from 255) = 36.65%

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

R = 17.08%
G = 36.65%
B = 46.26%

CMYK

 C value IS 0.63

 M value IS 0.21

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#306782 (or 0x306782) is known color: Astral. HEX triplet: 30, 67 and 82. RGB value is (48,103,130). Sum of RGB (Red+Green+Blue) = 48+103+130=281 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.08% from 281); Green value is 103 (40.62% from 255 or 36.65% from 281); Blue value is 130 (51.17% from 255 or 46.26% from 281); Max value from RGB is 130 - color contains mainly: blue. Hex color #306782 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306782 is #CF987D. Grayscale: #595959. Windows color (decimal): -13604990 or 8546096. OLE color: 8546096.

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

Color convert

RGB 48 103 130 -
CMYK 0.63 0.21 0 0.49
HSL 199.76º 0.46% 0.35% -
HSV(B) 199.76º 0.63% 0.51% -
XYZ 10.1 11.94 22.89 -
YUV 89.63 150.78 98.3 -
System Red Green Blue C M Y K H S L
Decimal 48 103 130 0.63 0.21 0 0.49 199.76 0.46 0.35
Hex 30 67 82 3F 15 0 31 C8 2E 23
Octal 60 147 202 77 25 0 61 310 56 43
Binary 110000 1100111 10000010 111111 10101 0 110001 11001000 101110 100011

Color Harmonies of #306782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306782

Black with #306782

Text Example


Text Example

White with #306782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306782; }

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

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

background-color css

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

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

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

border-color css

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

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

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