Html Css Color HEX #2B717C Atoll

📋 copy color: '#2B717C'

red 43 ◦ green 113 ◦ blue 124

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

Shades of Atoll #2B717C

Tints of Atoll #2B717C

RGB

 RED value IS 43 (17.19% from 255) = 15.36%

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

 BLUE value IS 124 (48.83% from 255) = 44.29%

R = 15.36%
G = 40.36%
B = 44.29%

CMYK

 C value IS 0.65

 M value IS 0.09

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#2B717C (or 0x2B717C) is known color: Atoll. HEX triplet: 2B, 71 and 7C. RGB value is (43,113,124). Sum of RGB (Red+Green+Blue) = 43+113+124=280 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.36% from 280); Green value is 113 (44.53% from 255 or 40.36% from 280); Blue value is 124 (48.83% from 255 or 44.29% from 280); Max value from RGB is 124 - color contains mainly: blue. Hex color #2B717C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B717C is #D48E83. Grayscale: #5D5D5D. Windows color (decimal): -13930116 or 8155435. OLE color: 8155435.

HSL color Cylindrical-coordinate representation of color #2B717C: hue angle of 188.15º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2B717C is Cyan = 0.65, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 43 113 124 -
CMYK 0.65 0.09 0 0.51
HSL 188.15º 0.49% 0.33% -
HSV(B) 188.15º 0.65% 0.49% -
XYZ 10.54 13.78 21.17 -
YUV 93.32 145.31 92.11 -
System Red Green Blue C M Y K H S L
Decimal 43 113 124 0.65 0.09 0 0.51 188.15 0.49 0.33
Hex 2B 71 7C 41 9 0 33 BC 31 21
Octal 53 161 174 101 11 0 63 274 61 41
Binary 101011 1110001 1111100 1000001 1001 0 110011 10111100 110001 100001

Color Harmonies of #2B717C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B717C

Black with #2B717C

Text Example


Text Example

White with #2B717C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,113,124); }

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

background-color css

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

 a { background-color: rgb(43,113,124); }

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

border-color css

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

 span { border-color: rgb(43,113,124); }

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