Html Css Color HEX #2F7795 Astral

📋 copy color: '#2F7795'

red 47 ◦ green 119 ◦ blue 149

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

Shades of Astral #2F7795

Tints of Astral #2F7795

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 47.3%

R = 14.92%
G = 37.78%
B = 47.3%

CMYK

 C value IS 0.68

 M value IS 0.20

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#2F7795 (or 0x2F7795) is known color: Astral. HEX triplet: 2F, 77 and 95. RGB value is (47,119,149). Sum of RGB (Red+Green+Blue) = 47+119+149=315 (41% of max value = 765). Red value is 47 (18.75% from 255 or 14.92% from 315); Green value is 119 (46.88% from 255 or 37.78% from 315); Blue value is 149 (58.59% from 255 or 47.30% from 315); Max value from RGB is 149 - color contains mainly: blue. Hex color #2F7795 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F7795 is #D0886A. Grayscale: #646464. Windows color (decimal): -13666411 or 9795375. OLE color: 9795375.

HSL color Cylindrical-coordinate representation of color #2F7795: hue angle of 197.65º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2F7795 is Cyan = 0.68, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 47 119 149 -
CMYK 0.68 0.20 0 0.42
HSL 197.65º 0.52% 0.38% -
HSV(B) 197.65º 0.68% 0.58% -
XYZ 13.19 15.97 30.82 -
YUV 100.89 155.15 89.56 -
System Red Green Blue C M Y K H S L
Decimal 47 119 149 0.68 0.20 0 0.42 197.65 0.52 0.38
Hex 2F 77 95 44 14 0 2A C6 34 26
Octal 57 167 225 104 24 0 52 306 64 46
Binary 101111 1110111 10010101 1000100 10100 0 101010 11000110 110100 100110

Color Harmonies of #2F7795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F7795

Black with #2F7795

Text Example


Text Example

White with #2F7795

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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