Html Css Color HEX #2F7796 Astral

📋 copy color: '#2F7796'

red 47 ◦ green 119 ◦ blue 150

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

Shades of Astral #2F7796

Tints of Astral #2F7796

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 47.47%

R = 14.87%
G = 37.66%
B = 47.47%

CMYK

 C value IS 0.69

 M value IS 0.21

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#2F7796 (or 0x2F7796) is known color: Astral. HEX triplet: 2F, 77 and 96. RGB value is (47,119,150). Sum of RGB (Red+Green+Blue) = 47+119+150=316 (41% of max value = 765). Red value is 47 (18.75% from 255 or 14.87% from 316); Green value is 119 (46.88% from 255 or 37.66% from 316); Blue value is 150 (58.98% from 255 or 47.47% from 316); Max value from RGB is 150 - color contains mainly: blue. Hex color #2F7796 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F7796 is #D08869. Grayscale: #646464. Windows color (decimal): -13666410 or 9860911. OLE color: 9860911.

HSL color Cylindrical-coordinate representation of color #2F7796: hue angle of 198.06º degrees, saturation: 0.52, 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 #2F7796 is Cyan = 0.69, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 47 119 150 -
CMYK 0.69 0.21 0 0.41
HSL 198.06º 0.52% 0.39% -
HSV(B) 198.06º 0.69% 0.59% -
XYZ 13.27 16 31.24 -
YUV 101.01 155.65 89.48 -
System Red Green Blue C M Y K H S L
Decimal 47 119 150 0.69 0.21 0 0.41 198.06 0.52 0.39
Hex 2F 77 96 45 15 0 29 C6 34 27
Octal 57 167 226 105 25 0 51 306 64 47
Binary 101111 1110111 10010110 1000101 10101 0 101001 11000110 110100 100111

Color Harmonies of #2F7796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F7796

Black with #2F7796

Text Example


Text Example

White with #2F7796

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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