Html Css Color HEX #30657F Astral

📋 copy color: '#30657F'

red 48 ◦ green 101 ◦ blue 127

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

Shades of Astral #30657F

Tints of Astral #30657F

RGB

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

 GREEN value IS 101 (39.84% from 255) = 36.59%

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

R = 17.39%
G = 36.59%
B = 46.01%

CMYK

 C value IS 0.62

 M value IS 0.20

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#30657F (or 0x30657F) is known color: Astral. HEX triplet: 30, 65 and 7F. RGB value is (48,101,127). Sum of RGB (Red+Green+Blue) = 48+101+127=276 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.39% from 276); Green value is 101 (39.84% from 255 or 36.59% from 276); Blue value is 127 (50% from 255 or 46.01% from 276); Max value from RGB is 127 - color contains mainly: blue. Hex color #30657F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30657F is #CF9A80. Grayscale: #575757. Windows color (decimal): -13605505 or 8348976. OLE color: 8348976.

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

Color convert

RGB 48 101 127 -
CMYK 0.62 0.20 0 0.50
HSL 199.75º 0.45% 0.34% -
HSV(B) 199.75º 0.62% 0.5% -
XYZ 9.7 11.47 21.78 -
YUV 88.12 149.94 99.39 -
System Red Green Blue C M Y K H S L
Decimal 48 101 127 0.62 0.20 0 0.50 199.75 0.45 0.34
Hex 30 65 7F 3E 14 0 32 C8 2D 22
Octal 60 145 177 76 24 0 62 310 55 42
Binary 110000 1100101 1111111 111110 10100 0 110010 11001000 101101 100010

Color Harmonies of #30657F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30657F

Black with #30657F

Text Example


Text Example

White with #30657F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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