Html Css Color HEX #2F7277 Atoll

📋 copy color: '#2F7277'

red 47 ◦ green 114 ◦ blue 119

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

Shades of Atoll #2F7277

Tints of Atoll #2F7277

RGB

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

 GREEN value IS 114 (44.92% from 255) = 40.71%

 BLUE value IS 119 (46.88% from 255) = 42.5%

R = 16.79%
G = 40.71%
B = 42.5%

CMYK

 C value IS 0.61

 M value IS 0.04

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#2F7277 (or 0x2F7277) is known color: Atoll. HEX triplet: 2F, 72 and 77. RGB value is (47,114,119). Sum of RGB (Red+Green+Blue) = 47+114+119=280 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.79% from 280); Green value is 114 (44.92% from 255 or 40.71% from 280); Blue value is 119 (46.88% from 255 or 42.5% from 280); Max value from RGB is 119 - color contains mainly: blue. Hex color #2F7277 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F7277 is #D08D88. Grayscale: #5E5E5E. Windows color (decimal): -13667721 or 7828015. OLE color: 7828015.

HSL color Cylindrical-coordinate representation of color #2F7277: hue angle of 184.17º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2F7277 is Cyan = 0.61, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 47 114 119 -
CMYK 0.61 0.04 0 0.53
HSL 184.17º 0.43% 0.33% -
HSV(B) 184.17º 0.61% 0.47% -
XYZ 10.52 13.97 19.59 -
YUV 94.54 141.8 94.09 -
System Red Green Blue C M Y K H S L
Decimal 47 114 119 0.61 0.04 0 0.53 184.17 0.43 0.33
Hex 2F 72 77 3D 4 0 35 B8 2B 21
Octal 57 162 167 75 4 0 65 270 53 41
Binary 101111 1110010 1110111 111101 100 0 110101 10111000 101011 100001

Color Harmonies of #2F7277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F7277

Black with #2F7277

Text Example


Text Example

White with #2F7277

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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