Html Css Color HEX #2F728D Astral

📋 copy color: '#2F728D'

red 47 ◦ green 114 ◦ blue 141

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

Shades of Astral #2F728D

Tints of Astral #2F728D

RGB

 RED value IS 47 (18.75% from 255) = 15.56%

 GREEN value IS 114 (44.92% from 255) = 37.75%

 BLUE value IS 141 (55.47% from 255) = 46.69%

R = 15.56%
G = 37.75%
B = 46.69%

CMYK

 C value IS 0.67

 M value IS 0.19

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#2F728D (or 0x2F728D) is known color: Astral. HEX triplet: 2F, 72 and 8D. RGB value is (47,114,141). Sum of RGB (Red+Green+Blue) = 47+114+141=302 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.56% from 302); Green value is 114 (44.92% from 255 or 37.75% from 302); Blue value is 141 (55.47% from 255 or 46.69% from 302); Max value from RGB is 141 - color contains mainly: blue. Hex color #2F728D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F728D is #D08D72. Grayscale: #606060. Windows color (decimal): -13667699 or 9269807. OLE color: 9269807.

HSL color Cylindrical-coordinate representation of color #2F728D: hue angle of 197.23º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2F728D is Cyan = 0.67, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 47 114 141 -
CMYK 0.67 0.19 0 0.45
HSL 197.23º 0.5% 0.37% -
HSV(B) 197.23º 0.67% 0.55% -
XYZ 12 14.56 27.38 -
YUV 97.05 152.8 92.3 -
System Red Green Blue C M Y K H S L
Decimal 47 114 141 0.67 0.19 0 0.45 197.23 0.5 0.37
Hex 2F 72 8D 43 13 0 2D C5 32 25
Octal 57 162 215 103 23 0 55 305 62 45
Binary 101111 1110010 10001101 1000011 10011 0 101101 11000101 110010 100101

Color Harmonies of #2F728D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F728D

Black with #2F728D

Text Example


Text Example

White with #2F728D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2F728D; }

 p { color: rgb(47,114,141); }

 H1.HeaderClassName
 {
   color: #2F728D;
 }
 .AnyTagClassName
 {
   color: #2F728D;
 }
</style>

background-color css

<style>
 a { background-color: #2F728D; }

 a { background-color: rgb(47,114,141); }

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

border-color css

<style>
 span { border-color: #2F728D; }

 span { border-color: rgb(47,114,141); }

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