Html Css Color HEX #2F717B Atoll

📋 copy color: '#2F717B'

red 47 ◦ green 113 ◦ blue 123

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

Shades of Atoll #2F717B

Tints of Atoll #2F717B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 43.46%

R = 16.61%
G = 39.93%
B = 43.46%

CMYK

 C value IS 0.62

 M value IS 0.08

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#2F717B (or 0x2F717B) is known color: Atoll. HEX triplet: 2F, 71 and 7B. RGB value is (47,113,123). Sum of RGB (Red+Green+Blue) = 47+113+123=283 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.61% from 283); Green value is 113 (44.53% from 255 or 39.93% from 283); Blue value is 123 (48.44% from 255 or 43.46% from 283); Max value from RGB is 123 - color contains mainly: blue. Hex color #2F717B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F717B is #D08E84. Grayscale: #5E5E5E. Windows color (decimal): -13667973 or 8089903. OLE color: 8089903.

HSL color Cylindrical-coordinate representation of color #2F717B: hue angle of 187.89º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2F717B is Cyan = 0.62, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 47 113 123 -
CMYK 0.62 0.08 0 0.52
HSL 187.89º 0.45% 0.33% -
HSV(B) 187.89º 0.62% 0.48% -
XYZ 10.65 13.84 20.85 -
YUV 94.41 144.13 94.19 -
System Red Green Blue C M Y K H S L
Decimal 47 113 123 0.62 0.08 0 0.52 187.89 0.45 0.33
Hex 2F 71 7B 3E 8 0 34 BC 2D 21
Octal 57 161 173 76 10 0 64 274 55 41
Binary 101111 1110001 1111011 111110 1000 0 110100 10111100 101101 100001

Color Harmonies of #2F717B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F717B

Black with #2F717B

Text Example


Text Example

White with #2F717B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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