Html Css Color HEX #2F7997 Astral

📋 copy color: '#2F7997'

red 47 ◦ green 121 ◦ blue 151

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

Shades of Astral #2F7997

Tints of Astral #2F7997

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 47.34%

R = 14.73%
G = 37.93%
B = 47.34%

CMYK

 C value IS 0.69

 M value IS 0.20

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#2F7997 (or 0x2F7997) is known color: Astral. HEX triplet: 2F, 79 and 97. RGB value is (47,121,151). Sum of RGB (Red+Green+Blue) = 47+121+151=319 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.73% from 319); Green value is 121 (47.66% from 255 or 37.93% from 319); Blue value is 151 (59.38% from 255 or 47.34% from 319); Max value from RGB is 151 - color contains mainly: blue. Hex color #2F7997 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F7997 is #D08668. Grayscale: #666666. Windows color (decimal): -13665897 or 9926959. OLE color: 9926959.

HSL color Cylindrical-coordinate representation of color #2F7997: hue angle of 197.31º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2F7997 is Cyan = 0.69, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 47 121 151 -
CMYK 0.69 0.20 0 0.41
HSL 197.31º 0.53% 0.39% -
HSV(B) 197.31º 0.69% 0.59% -
XYZ 13.6 16.51 31.75 -
YUV 102.29 155.48 88.56 -
System Red Green Blue C M Y K H S L
Decimal 47 121 151 0.69 0.20 0 0.41 197.31 0.53 0.39
Hex 2F 79 97 45 14 0 29 C5 35 27
Octal 57 171 227 105 24 0 51 305 65 47
Binary 101111 1111001 10010111 1000101 10100 0 101001 11000101 110101 100111

Color Harmonies of #2F7997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F7997

Black with #2F7997

Text Example


Text Example

White with #2F7997

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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