Html Css Color HEX #2F778D Astral

📋 copy color: '#2F778D'

red 47 ◦ green 119 ◦ blue 141

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

Shades of Astral #2F778D

Tints of Astral #2F778D

RGB

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

 GREEN value IS 119 (46.88% from 255) = 38.76%

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

R = 15.31%
G = 38.76%
B = 45.93%

CMYK

 C value IS 0.67

 M value IS 0.16

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#2F778D (or 0x2F778D) is known color: Astral. HEX triplet: 2F, 77 and 8D. RGB value is (47,119,141). Sum of RGB (Red+Green+Blue) = 47+119+141=307 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.31% from 307); Green value is 119 (46.88% from 255 or 38.76% from 307); Blue value is 141 (55.47% from 255 or 45.93% from 307); Max value from RGB is 141 - color contains mainly: blue. Hex color #2F778D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F778D is #D08872. Grayscale: #636363. Windows color (decimal): -13666419 or 9271087. OLE color: 9271087.

HSL color Cylindrical-coordinate representation of color #2F778D: hue angle of 194.04º 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 #2F778D is Cyan = 0.67, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 47 119 141 -
CMYK 0.67 0.16 0 0.45
HSL 194.04º 0.5% 0.37% -
HSV(B) 194.04º 0.67% 0.55% -
XYZ 12.58 15.72 27.57 -
YUV 99.98 151.15 90.21 -
System Red Green Blue C M Y K H S L
Decimal 47 119 141 0.67 0.16 0 0.45 194.04 0.5 0.37
Hex 2F 77 8D 43 10 0 2D C2 32 25
Octal 57 167 215 103 20 0 55 302 62 45
Binary 101111 1110111 10001101 1000011 10000 0 101101 11000010 110010 100101

Color Harmonies of #2F778D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F778D

Black with #2F778D

Text Example


Text Example

White with #2F778D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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