Html Css Color HEX #30677D Astral

📋 copy color: '#30677D'

red 48 ◦ green 103 ◦ blue 125

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

Shades of Astral #30677D

Tints of Astral #30677D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 45.29%

R = 17.39%
G = 37.32%
B = 45.29%

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

#30677D (or 0x30677D) is known color: Astral. HEX triplet: 30, 67 and 7D. RGB value is (48,103,125). Sum of RGB (Red+Green+Blue) = 48+103+125=276 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.39% from 276); Green value is 103 (40.62% from 255 or 37.32% from 276); Blue value is 125 (49.22% from 255 or 45.29% from 276); Max value from RGB is 125 - color contains mainly: blue. Hex color #30677D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30677D is #CF9882. Grayscale: #585858. Windows color (decimal): -13604995 or 8218416. OLE color: 8218416.

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

Color convert

RGB 48 103 125 -
CMYK 0.62 0.18 0 0.51
HSL 197.14º 0.45% 0.34% -
HSV(B) 197.14º 0.62% 0.49% -
XYZ 9.77 11.81 21.17 -
YUV 89.06 148.28 98.71 -
System Red Green Blue C M Y K H S L
Decimal 48 103 125 0.62 0.18 0 0.51 197.14 0.45 0.34
Hex 30 67 7D 3E 12 0 33 C5 2D 22
Octal 60 147 175 76 22 0 63 305 55 42
Binary 110000 1100111 1111101 111110 10010 0 110011 11000101 101101 100010

Color Harmonies of #30677D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30677D

Black with #30677D

Text Example


Text Example

White with #30677D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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