Html Css Color HEX #2F798B Astral

📋 copy color: '#2F798B'

red 47 ◦ green 121 ◦ blue 139

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

Shades of Astral #2F798B

Tints of Astral #2F798B

RGB

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

 GREEN value IS 121 (47.66% from 255) = 39.41%

 BLUE value IS 139 (54.69% from 255) = 45.28%

R = 15.31%
G = 39.41%
B = 45.28%

CMYK

 C value IS 0.66

 M value IS 0.13

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#2F798B (or 0x2F798B) is known color: Astral. HEX triplet: 2F, 79 and 8B. RGB value is (47,121,139). Sum of RGB (Red+Green+Blue) = 47+121+139=307 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.31% from 307); Green value is 121 (47.66% from 255 or 39.41% from 307); Blue value is 139 (54.69% from 255 or 45.28% from 307); Max value from RGB is 139 - color contains mainly: blue. Hex color #2F798B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F798B is #D08674. Grayscale: #646464. Windows color (decimal): -13665909 or 9140527. OLE color: 9140527.

HSL color Cylindrical-coordinate representation of color #2F798B: hue angle of 191.74º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2F798B is Cyan = 0.66, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 47 121 139 -
CMYK 0.66 0.13 0 0.45
HSL 191.74º 0.49% 0.36% -
HSV(B) 191.74º 0.66% 0.55% -
XYZ 12.67 16.14 26.87 -
YUV 100.93 149.48 89.54 -
System Red Green Blue C M Y K H S L
Decimal 47 121 139 0.66 0.13 0 0.45 191.74 0.49 0.36
Hex 2F 79 8B 42 D 0 2D C0 31 24
Octal 57 171 213 102 15 0 55 300 61 44
Binary 101111 1111001 10001011 1000010 1101 0 101101 11000000 110001 100100

Color Harmonies of #2F798B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F798B

Black with #2F798B

Text Example


Text Example

White with #2F798B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,121,139); }

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

background-color css

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

 a { background-color: rgb(47,121,139); }

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

border-color css

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

 span { border-color: rgb(47,121,139); }

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