Html Css Color HEX #306D93 Astral

📋 copy color: '#306D93'

red 48 ◦ green 109 ◦ blue 147

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

Shades of Astral #306D93

Tints of Astral #306D93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 48.36%

R = 15.79%
G = 35.86%
B = 48.36%

CMYK

 C value IS 0.67

 M value IS 0.26

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#306D93 (or 0x306D93) is known color: Astral. HEX triplet: 30, 6D and 93. RGB value is (48,109,147). Sum of RGB (Red+Green+Blue) = 48+109+147=304 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.79% from 304); Green value is 109 (42.97% from 255 or 35.86% from 304); Blue value is 147 (57.81% from 255 or 48.36% from 304); Max value from RGB is 147 - color contains mainly: blue. Hex color #306D93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306D93 is #CF926C. Grayscale: #5E5E5E. Windows color (decimal): -13603437 or 9661744. OLE color: 9661744.

HSL color Cylindrical-coordinate representation of color #306D93: hue angle of 203.03º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #306D93 is Cyan = 0.67, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 48 109 147 -
CMYK 0.67 0.26 0 0.42
HSL 203.03º 0.51% 0.38% -
HSV(B) 203.03º 0.67% 0.58% -
XYZ 11.95 13.67 29.61 -
YUV 95.09 157.29 94.41 -
System Red Green Blue C M Y K H S L
Decimal 48 109 147 0.67 0.26 0 0.42 203.03 0.51 0.38
Hex 30 6D 93 43 1A 0 2A CB 33 26
Octal 60 155 223 103 32 0 52 313 63 46
Binary 110000 1101101 10010011 1000011 11010 0 101010 11001011 110011 100110

Color Harmonies of #306D93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306D93

Black with #306D93

Text Example


Text Example

White with #306D93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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