Html Css Color HEX #30677E Astral

📋 copy color: '#30677E'

red 48 ◦ green 103 ◦ blue 126

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

Shades of Astral #30677E

Tints of Astral #30677E

RGB

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

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

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

R = 17.33%
G = 37.18%
B = 45.49%

CMYK

 C value IS 0.62

 M value IS 0.18

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#30677E (or 0x30677E) is known color: Astral. HEX triplet: 30, 67 and 7E. RGB value is (48,103,126). Sum of RGB (Red+Green+Blue) = 48+103+126=277 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.33% from 277); Green value is 103 (40.62% from 255 or 37.18% from 277); Blue value is 126 (49.61% from 255 or 45.49% from 277); Max value from RGB is 126 - color contains mainly: blue. Hex color #30677E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30677E is #CF9881. Grayscale: #595959. Windows color (decimal): -13604994 or 8283952. OLE color: 8283952.

HSL color Cylindrical-coordinate representation of color #30677E: hue angle of 197.69º 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 #30677E is Cyan = 0.62, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 48 103 126 -
CMYK 0.62 0.18 0 0.51
HSL 197.69º 0.45% 0.34% -
HSV(B) 197.69º 0.62% 0.49% -
XYZ 9.84 11.84 21.5 -
YUV 89.18 148.78 98.63 -
System Red Green Blue C M Y K H S L
Decimal 48 103 126 0.62 0.18 0 0.51 197.69 0.45 0.34
Hex 30 67 7E 3E 12 0 33 C6 2D 22
Octal 60 147 176 76 22 0 63 306 55 42
Binary 110000 1100111 1111110 111110 10010 0 110011 11000110 101101 100010

Color Harmonies of #30677E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30677E

Black with #30677E

Text Example


Text Example

White with #30677E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30677E; }

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

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

background-color css

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

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

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

border-color css

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

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

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