Html Css Color HEX #306E7E Astral

📋 copy color: '#306E7E'

red 48 ◦ green 110 ◦ blue 126

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

Shades of Astral #306E7E

Tints of Astral #306E7E

RGB

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

 GREEN value IS 110 (43.36% from 255) = 38.73%

 BLUE value IS 126 (49.61% from 255) = 44.37%

R = 16.9%
G = 38.73%
B = 44.37%

CMYK

 C value IS 0.62

 M value IS 0.13

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#306E7E (or 0x306E7E) is known color: Astral. HEX triplet: 30, 6E and 7E. RGB value is (48,110,126). Sum of RGB (Red+Green+Blue) = 48+110+126=284 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.90% from 284); Green value is 110 (43.36% from 255 or 38.73% from 284); Blue value is 126 (49.61% from 255 or 44.37% from 284); Max value from RGB is 126 - color contains mainly: blue. Hex color #306E7E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306E7E is #CF9181. Grayscale: #5D5D5D. Windows color (decimal): -13603202 or 8285744. OLE color: 8285744.

HSL color Cylindrical-coordinate representation of color #306E7E: hue angle of 192.31º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #306E7E is Cyan = 0.62, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 48 110 126 -
CMYK 0.62 0.13 0 0.51
HSL 192.31º 0.45% 0.34% -
HSV(B) 192.31º 0.62% 0.49% -
XYZ 10.56 13.29 21.75 -
YUV 93.29 146.46 95.7 -
System Red Green Blue C M Y K H S L
Decimal 48 110 126 0.62 0.13 0 0.51 192.31 0.45 0.34
Hex 30 6E 7E 3E D 0 33 C0 2D 22
Octal 60 156 176 76 15 0 63 300 55 42
Binary 110000 1101110 1111110 111110 1101 0 110011 11000000 101101 100010

Color Harmonies of #306E7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306E7E

Black with #306E7E

Text Example


Text Example

White with #306E7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,110,126); }

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

background-color css

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

 a { background-color: rgb(48,110,126); }

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

border-color css

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

 span { border-color: rgb(48,110,126); }

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