Html Css Color HEX #2F747E Atoll

📋 copy color: '#2F747E'

red 47 ◦ green 116 ◦ blue 126

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

Shades of Atoll #2F747E

Tints of Atoll #2F747E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 40.14%

 BLUE value IS 126 (49.61% from 255) = 43.6%

R = 16.26%
G = 40.14%
B = 43.6%

CMYK

 C value IS 0.63

 M value IS 0.08

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#2F747E (or 0x2F747E) is known color: Atoll. HEX triplet: 2F, 74 and 7E. RGB value is (47,116,126). Sum of RGB (Red+Green+Blue) = 47+116+126=289 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.26% from 289); Green value is 116 (45.70% from 255 or 40.14% from 289); Blue value is 126 (49.61% from 255 or 43.60% from 289); Max value from RGB is 126 - color contains mainly: blue. Hex color #2F747E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F747E is #D08B81. Grayscale: #606060. Windows color (decimal): -13667202 or 8287279. OLE color: 8287279.

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

Color convert

RGB 47 116 126 -
CMYK 0.63 0.08 0 0.51
HSL 187.59º 0.46% 0.34% -
HSV(B) 187.59º 0.63% 0.49% -
XYZ 11.18 14.6 21.97 -
YUV 96.51 144.64 92.69 -
System Red Green Blue C M Y K H S L
Decimal 47 116 126 0.63 0.08 0 0.51 187.59 0.46 0.34
Hex 2F 74 7E 3F 8 0 33 BC 2E 22
Octal 57 164 176 77 10 0 63 274 56 42
Binary 101111 1110100 1111110 111111 1000 0 110011 10111100 101110 100010

Color Harmonies of #2F747E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F747E

Black with #2F747E

Text Example


Text Example

White with #2F747E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,116,126); }

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

background-color css

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

 a { background-color: rgb(47,116,126); }

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

border-color css

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

 span { border-color: rgb(47,116,126); }

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