Html Css Color HEX #2F6680 Astral

📋 copy color: '#2F6680'

red 47 ◦ green 102 ◦ blue 128

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

Shades of Astral #2F6680

Tints of Astral #2F6680

RGB

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

 GREEN value IS 102 (40.23% from 255) = 36.82%

 BLUE value IS 128 (50.39% from 255) = 46.21%

R = 16.97%
G = 36.82%
B = 46.21%

CMYK

 C value IS 0.63

 M value IS 0.20

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#2F6680 (or 0x2F6680) is known color: Astral. HEX triplet: 2F, 66 and 80. RGB value is (47,102,128). Sum of RGB (Red+Green+Blue) = 47+102+128=277 (36% of max value = 765). Red value is 47 (18.75% from 255 or 16.97% from 277); Green value is 102 (40.23% from 255 or 36.82% from 277); Blue value is 128 (50.39% from 255 or 46.21% from 277); Max value from RGB is 128 - color contains mainly: blue. Hex color #2F6680 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F6680 is #D0997F. Grayscale: #585858. Windows color (decimal): -13670784 or 8414767. OLE color: 8414767.

HSL color Cylindrical-coordinate representation of color #2F6680: hue angle of 199.26º degrees, saturation: 0.46, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2F6680 is Cyan = 0.63, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 47 102 128 -
CMYK 0.63 0.20 0 0.50
HSL 199.26º 0.46% 0.34% -
HSV(B) 199.26º 0.63% 0.5% -
XYZ 9.82 11.67 22.16 -
YUV 88.52 150.28 98.39 -
System Red Green Blue C M Y K H S L
Decimal 47 102 128 0.63 0.20 0 0.50 199.26 0.46 0.34
Hex 2F 66 80 3F 14 0 32 C7 2E 22
Octal 57 146 200 77 24 0 62 307 56 42
Binary 101111 1100110 10000000 111111 10100 0 110010 11000111 101110 100010

Color Harmonies of #2F6680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F6680

Black with #2F6680

Text Example


Text Example

White with #2F6680

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,102,128); }

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

background-color css

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

 a { background-color: rgb(47,102,128); }

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

border-color css

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

 span { border-color: rgb(47,102,128); }

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