Html Css Color HEX #306990 Astral

📋 copy color: '#306990'

red 48 ◦ green 105 ◦ blue 144

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

Shades of Astral #306990

Tints of Astral #306990

RGB

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

 GREEN value IS 105 (41.41% from 255) = 35.35%

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

R = 16.16%
G = 35.35%
B = 48.48%

CMYK

 C value IS 0.67

 M value IS 0.27

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#306990 (or 0x306990) is known color: Astral. HEX triplet: 30, 69 and 90. RGB value is (48,105,144). Sum of RGB (Red+Green+Blue) = 48+105+144=297 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.16% from 297); Green value is 105 (41.41% from 255 or 35.35% from 297); Blue value is 144 (56.64% from 255 or 48.48% from 297); Max value from RGB is 144 - color contains mainly: blue. Hex color #306990 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306990 is #CF966F. Grayscale: #5C5C5C. Windows color (decimal): -13604464 or 9464112. OLE color: 9464112.

HSL color Cylindrical-coordinate representation of color #306990: hue angle of 204.38º 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 #306990 is Cyan = 0.67, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 48 105 144 -
CMYK 0.67 0.27 0 0.44
HSL 204.38º 0.5% 0.38% -
HSV(B) 204.38º 0.67% 0.56% -
XYZ 11.3 12.75 28.25 -
YUV 92.4 157.12 96.33 -
System Red Green Blue C M Y K H S L
Decimal 48 105 144 0.67 0.27 0 0.44 204.38 0.5 0.38
Hex 30 69 90 43 1B 0 2C CC 32 26
Octal 60 151 220 103 33 0 54 314 62 46
Binary 110000 1101001 10010000 1000011 11011 0 101100 11001100 110010 100110

Color Harmonies of #306990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306990

Black with #306990

Text Example


Text Example

White with #306990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306990; }

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

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

background-color css

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

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

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

border-color css

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

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

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