Html Css Color HEX #30697F Astral

📋 copy color: '#30697F'

red 48 ◦ green 105 ◦ blue 127

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

Shades of Astral #30697F

Tints of Astral #30697F

RGB

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

 GREEN value IS 105 (41.41% from 255) = 37.5%

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

R = 17.14%
G = 37.5%
B = 45.36%

CMYK

 C value IS 0.62

 M value IS 0.17

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#30697F (or 0x30697F) is known color: Astral. HEX triplet: 30, 69 and 7F. RGB value is (48,105,127). Sum of RGB (Red+Green+Blue) = 48+105+127=280 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.14% from 280); Green value is 105 (41.41% from 255 or 37.5% from 280); Blue value is 127 (50% from 255 or 45.36% from 280); Max value from RGB is 127 - color contains mainly: blue. Hex color #30697F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30697F is #CF9680. Grayscale: #5A5A5A. Windows color (decimal): -13604481 or 8350000. OLE color: 8350000.

HSL color Cylindrical-coordinate representation of color #30697F: hue angle of 196.71º 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 #30697F is Cyan = 0.62, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 48 105 127 -
CMYK 0.62 0.17 0 0.50
HSL 196.71º 0.45% 0.34% -
HSV(B) 196.71º 0.62% 0.5% -
XYZ 10.1 12.26 21.91 -
YUV 90.47 148.62 97.71 -
System Red Green Blue C M Y K H S L
Decimal 48 105 127 0.62 0.17 0 0.50 196.71 0.45 0.34
Hex 30 69 7F 3E 11 0 32 C5 2D 22
Octal 60 151 177 76 21 0 62 305 55 42
Binary 110000 1101001 1111111 111110 10001 0 110010 11000101 101101 100010

Color Harmonies of #30697F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30697F

Black with #30697F

Text Example


Text Example

White with #30697F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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