Html Css Color HEX #30677F Astral

📋 copy color: '#30677F'

red 48 ◦ green 103 ◦ blue 127

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

Shades of Astral #30677F

Tints of Astral #30677F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 45.68%

R = 17.27%
G = 37.05%
B = 45.68%

CMYK

 C value IS 0.62

 M value IS 0.19

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#30677F (or 0x30677F) is known color: Astral. HEX triplet: 30, 67 and 7F. RGB value is (48,103,127). Sum of RGB (Red+Green+Blue) = 48+103+127=278 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.27% from 278); Green value is 103 (40.62% from 255 or 37.05% from 278); Blue value is 127 (50% from 255 or 45.68% from 278); Max value from RGB is 127 - color contains mainly: blue. Hex color #30677F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30677F is #CF9880. Grayscale: #595959. Windows color (decimal): -13604993 or 8349488. OLE color: 8349488.

HSL color Cylindrical-coordinate representation of color #30677F: hue angle of 198.23º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #30677F is Cyan = 0.62, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 48 103 127 -
CMYK 0.62 0.19 0 0.50
HSL 198.23º 0.45% 0.34% -
HSV(B) 198.23º 0.62% 0.5% -
XYZ 9.9 11.86 21.85 -
YUV 89.29 149.28 98.55 -
System Red Green Blue C M Y K H S L
Decimal 48 103 127 0.62 0.19 0 0.50 198.23 0.45 0.34
Hex 30 67 7F 3E 13 0 32 C6 2D 22
Octal 60 147 177 76 23 0 62 306 55 42
Binary 110000 1100111 1111111 111110 10011 0 110010 11000110 101101 100010

Color Harmonies of #30677F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30677F

Black with #30677F

Text Example


Text Example

White with #30677F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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