Html Css Color HEX #2F7178 Atoll

📋 copy color: '#2F7178'

red 47 ◦ green 113 ◦ blue 120

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

Shades of Atoll #2F7178

Tints of Atoll #2F7178

RGB

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

 GREEN value IS 113 (44.53% from 255) = 40.36%

 BLUE value IS 120 (47.27% from 255) = 42.86%

R = 16.79%
G = 40.36%
B = 42.86%

CMYK

 C value IS 0.61

 M value IS 0.06

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#2F7178 (or 0x2F7178) is known color: Atoll. HEX triplet: 2F, 71 and 78. RGB value is (47,113,120). Sum of RGB (Red+Green+Blue) = 47+113+120=280 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.79% from 280); Green value is 113 (44.53% from 255 or 40.36% from 280); Blue value is 120 (47.27% from 255 or 42.86% from 280); Max value from RGB is 120 - color contains mainly: blue. Hex color #2F7178 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F7178 is #D08E87. Grayscale: #5D5D5D. Windows color (decimal): -13667976 or 7893295. OLE color: 7893295.

HSL color Cylindrical-coordinate representation of color #2F7178: hue angle of 185.75º degrees, saturation: 0.44, 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 #2F7178 is Cyan = 0.61, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 47 113 120 -
CMYK 0.61 0.06 0 0.53
HSL 185.75º 0.44% 0.33% -
HSV(B) 185.75º 0.61% 0.47% -
XYZ 10.47 13.77 19.88 -
YUV 94.06 142.63 94.43 -
System Red Green Blue C M Y K H S L
Decimal 47 113 120 0.61 0.06 0 0.53 185.75 0.44 0.33
Hex 2F 71 78 3D 6 0 35 BA 2C 21
Octal 57 161 170 75 6 0 65 272 54 41
Binary 101111 1110001 1111000 111101 110 0 110101 10111010 101100 100001

Color Harmonies of #2F7178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F7178

Black with #2F7178

Text Example


Text Example

White with #2F7178

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,113,120); }

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

background-color css

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

 a { background-color: rgb(47,113,120); }

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

border-color css

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

 span { border-color: rgb(47,113,120); }

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