Html Css Color HEX #306D90 Astral

📋 copy color: '#306D90'

red 48 ◦ green 109 ◦ blue 144

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

Shades of Astral #306D90

Tints of Astral #306D90

RGB

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

 GREEN value IS 109 (42.97% from 255) = 36.21%

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

R = 15.95%
G = 36.21%
B = 47.84%

CMYK

 C value IS 0.67

 M value IS 0.24

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#306D90 (or 0x306D90) is known color: Astral. HEX triplet: 30, 6D and 90. RGB value is (48,109,144). Sum of RGB (Red+Green+Blue) = 48+109+144=301 (39% of max value = 765). Red value is 48 (19.14% from 255 or 15.95% from 301); Green value is 109 (42.97% from 255 or 36.21% from 301); Blue value is 144 (56.64% from 255 or 47.84% from 301); Max value from RGB is 144 - color contains mainly: blue. Hex color #306D90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306D90 is #CF926F. Grayscale: #5E5E5E. Windows color (decimal): -13603440 or 9465136. OLE color: 9465136.

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

Color convert

RGB 48 109 144 -
CMYK 0.67 0.24 0 0.44
HSL 201.88º 0.5% 0.38% -
HSV(B) 201.88º 0.67% 0.56% -
XYZ 11.72 13.58 28.39 -
YUV 94.75 155.79 94.65 -
System Red Green Blue C M Y K H S L
Decimal 48 109 144 0.67 0.24 0 0.44 201.88 0.5 0.38
Hex 30 6D 90 43 18 0 2C CA 32 26
Octal 60 155 220 103 30 0 54 312 62 46
Binary 110000 1101101 10010000 1000011 11000 0 101100 11001010 110010 100110

Color Harmonies of #306D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306D90

Black with #306D90

Text Example


Text Example

White with #306D90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306D90; }

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

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

background-color css

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

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

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

border-color css

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

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

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