Html Css Color HEX #2F7A91 Astral

📋 copy color: '#2F7A91'

red 47 ◦ green 122 ◦ blue 145

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

Shades of Astral #2F7A91

Tints of Astral #2F7A91

RGB

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

 GREEN value IS 122 (48.05% from 255) = 38.85%

 BLUE value IS 145 (57.03% from 255) = 46.18%

R = 14.97%
G = 38.85%
B = 46.18%

CMYK

 C value IS 0.68

 M value IS 0.16

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#2F7A91 (or 0x2F7A91) is known color: Astral. HEX triplet: 2F, 7A and 91. RGB value is (47,122,145). Sum of RGB (Red+Green+Blue) = 47+122+145=314 (41% of max value = 765). Red value is 47 (18.75% from 255 or 14.97% from 314); Green value is 122 (48.05% from 255 or 38.85% from 314); Blue value is 145 (57.03% from 255 or 46.18% from 314); Max value from RGB is 145 - color contains mainly: blue. Hex color #2F7A91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F7A91 is #D0856E. Grayscale: #666666. Windows color (decimal): -13665647 or 9533999. OLE color: 9533999.

HSL color Cylindrical-coordinate representation of color #2F7A91: hue angle of 194.08º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2F7A91 is Cyan = 0.68, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 47 122 145 -
CMYK 0.68 0.16 0 0.43
HSL 194.08º 0.51% 0.38% -
HSV(B) 194.08º 0.68% 0.57% -
XYZ 13.24 16.57 29.29 -
YUV 102.2 152.15 88.63 -
System Red Green Blue C M Y K H S L
Decimal 47 122 145 0.68 0.16 0 0.43 194.08 0.51 0.38
Hex 2F 7A 91 44 10 0 2B C2 33 26
Octal 57 172 221 104 20 0 53 302 63 46
Binary 101111 1111010 10010001 1000100 10000 0 101011 11000010 110011 100110

Color Harmonies of #2F7A91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F7A91

Black with #2F7A91

Text Example


Text Example

White with #2F7A91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,122,145); }

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

background-color css

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

 a { background-color: rgb(47,122,145); }

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

border-color css

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

 span { border-color: rgb(47,122,145); }

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