Html Css Color HEX #2F7687 Astral

📋 copy color: '#2F7687'

red 47 ◦ green 118 ◦ blue 135

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

Shades of Astral #2F7687

Tints of Astral #2F7687

RGB

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

 GREEN value IS 118 (46.48% from 255) = 39.33%

 BLUE value IS 135 (53.13% from 255) = 45%

R = 15.67%
G = 39.33%
B = 45%

CMYK

 C value IS 0.65

 M value IS 0.13

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#2F7687 (or 0x2F7687) is known color: Astral. HEX triplet: 2F, 76 and 87. RGB value is (47,118,135). Sum of RGB (Red+Green+Blue) = 47+118+135=300 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.67% from 300); Green value is 118 (46.48% from 255 or 39.33% from 300); Blue value is 135 (53.12% from 255 or 45% from 300); Max value from RGB is 135 - color contains mainly: blue. Hex color #2F7687 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F7687 is #D08978. Grayscale: #626262. Windows color (decimal): -13666681 or 8877615. OLE color: 8877615.

HSL color Cylindrical-coordinate representation of color #2F7687: hue angle of 191.59º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2F7687 is Cyan = 0.65, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 47 118 135 -
CMYK 0.65 0.13 0 0.47
HSL 191.59º 0.48% 0.36% -
HSV(B) 191.59º 0.65% 0.53% -
XYZ 12.02 15.31 25.24 -
YUV 98.71 148.48 91.12 -
System Red Green Blue C M Y K H S L
Decimal 47 118 135 0.65 0.13 0 0.47 191.59 0.48 0.36
Hex 2F 76 87 41 D 0 2F C0 30 24
Octal 57 166 207 101 15 0 57 300 60 44
Binary 101111 1110110 10000111 1000001 1101 0 101111 11000000 110000 100100

Color Harmonies of #2F7687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F7687

Black with #2F7687

Text Example


Text Example

White with #2F7687

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,118,135); }

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

background-color css

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

 a { background-color: rgb(47,118,135); }

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

border-color css

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

 span { border-color: rgb(47,118,135); }

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