Html Css Color HEX #306790 Astral

📋 copy color: '#306790'

red 48 ◦ green 103 ◦ blue 144

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

Shades of Astral #306790

Tints of Astral #306790

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 48.81%

R = 16.27%
G = 34.92%
B = 48.81%

CMYK

 C value IS 0.67

 M value IS 0.28

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#306790 (or 0x306790) is known color: Astral. HEX triplet: 30, 67 and 90. RGB value is (48,103,144). Sum of RGB (Red+Green+Blue) = 48+103+144=295 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.27% from 295); Green value is 103 (40.62% from 255 or 34.92% from 295); Blue value is 144 (56.64% from 255 or 48.81% from 295); Max value from RGB is 144 - color contains mainly: blue. Hex color #306790 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306790 is #CF986F. Grayscale: #5B5B5B. Windows color (decimal): -13604976 or 9463600. OLE color: 9463600.

HSL color Cylindrical-coordinate representation of color #306790: hue angle of 205.62º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #306790 is Cyan = 0.67, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 48 103 144 -
CMYK 0.67 0.28 0 0.44
HSL 205.63º 0.5% 0.38% -
HSV(B) 205.63º 0.67% 0.56% -
XYZ 11.1 12.34 28.18 -
YUV 91.23 157.78 97.17 -
System Red Green Blue C M Y K H S L
Decimal 48 103 144 0.67 0.28 0 0.44 205.63 0.5 0.38
Hex 30 67 90 43 1C 0 2C CE 32 26
Octal 60 147 220 103 34 0 54 316 62 46
Binary 110000 1100111 10010000 1000011 11100 0 101100 11001110 110010 100110

Color Harmonies of #306790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306790

Black with #306790

Text Example


Text Example

White with #306790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306790; }

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

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

background-color css

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

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

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

border-color css

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

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

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