Html Css Color HEX #2F7380 Atoll

📋 copy color: '#2F7380'

red 47 ◦ green 115 ◦ blue 128

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

Shades of Atoll #2F7380

Tints of Atoll #2F7380

RGB

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

 GREEN value IS 115 (45.31% from 255) = 39.66%

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

R = 16.21%
G = 39.66%
B = 44.14%

CMYK

 C value IS 0.63

 M value IS 0.10

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#2F7380 (or 0x2F7380) is known color: Atoll. HEX triplet: 2F, 73 and 80. RGB value is (47,115,128). Sum of RGB (Red+Green+Blue) = 47+115+128=290 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.21% from 290); Green value is 115 (45.31% from 255 or 39.66% from 290); Blue value is 128 (50.39% from 255 or 44.14% from 290); Max value from RGB is 128 - color contains mainly: blue. Hex color #2F7380 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F7380 is #D08C7F. Grayscale: #606060. Windows color (decimal): -13667456 or 8418095. OLE color: 8418095.

HSL color Cylindrical-coordinate representation of color #2F7380: hue angle of 189.63º 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 #2F7380 is Cyan = 0.63, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 47 115 128 -
CMYK 0.63 0.10 0 0.50
HSL 189.63º 0.46% 0.34% -
HSV(B) 189.63º 0.63% 0.5% -
XYZ 11.2 14.42 22.62 -
YUV 96.15 145.97 92.94 -
System Red Green Blue C M Y K H S L
Decimal 47 115 128 0.63 0.10 0 0.50 189.63 0.46 0.34
Hex 2F 73 80 3F A 0 32 BE 2E 22
Octal 57 163 200 77 12 0 62 276 56 42
Binary 101111 1110011 10000000 111111 1010 0 110010 10111110 101110 100010

Color Harmonies of #2F7380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F7380

Black with #2F7380

Text Example


Text Example

White with #2F7380

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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