Html Css Color HEX #2F6976 Allports

📋 copy color: '#2F6976'

red 47 ◦ green 105 ◦ blue 118

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

Shades of Allports #2F6976

Tints of Allports #2F6976

RGB

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

 GREEN value IS 105 (41.41% from 255) = 38.89%

 BLUE value IS 118 (46.48% from 255) = 43.7%

R = 17.41%
G = 38.89%
B = 43.7%

CMYK

 C value IS 0.60

 M value IS 0.11

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#2F6976 (or 0x2F6976) is known color: Allports. HEX triplet: 2F, 69 and 76. RGB value is (47,105,118). Sum of RGB (Red+Green+Blue) = 47+105+118=270 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.41% from 270); Green value is 105 (41.41% from 255 or 38.89% from 270); Blue value is 118 (46.48% from 255 or 43.70% from 270); Max value from RGB is 118 - color contains mainly: blue. Hex color #2F6976 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F6976 is #D09689. Grayscale: #595959. Windows color (decimal): -13670026 or 7760175. OLE color: 7760175.

HSL color Cylindrical-coordinate representation of color #2F6976: hue angle of 190.99º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2F6976 is Cyan = 0.60, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 47 105 118 -
CMYK 0.60 0.11 0 0.54
HSL 190.99º 0.43% 0.32% -
HSV(B) 190.99º 0.6% 0.46% -
XYZ 9.49 12.02 18.96 -
YUV 89.14 144.28 97.94 -
System Red Green Blue C M Y K H S L
Decimal 47 105 118 0.60 0.11 0 0.54 190.99 0.43 0.32
Hex 2F 69 76 3C B 0 36 BF 2B 20
Octal 57 151 166 74 13 0 66 277 53 40
Binary 101111 1101001 1110110 111100 1011 0 110110 10111111 101011 100000

Color Harmonies of #2F6976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F6976

Black with #2F6976

Text Example


Text Example

White with #2F6976

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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