Html Css Color HEX #2F7B88 Atoll

📋 copy color: '#2F7B88'

red 47 ◦ green 123 ◦ blue 136

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

Shades of Atoll #2F7B88

Tints of Atoll #2F7B88

RGB

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

 GREEN value IS 123 (48.44% from 255) = 40.2%

 BLUE value IS 136 (53.52% from 255) = 44.44%

R = 15.36%
G = 40.2%
B = 44.44%

CMYK

 C value IS 0.65

 M value IS 0.10

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#2F7B88 (or 0x2F7B88) is known color: Atoll. HEX triplet: 2F, 7B and 88. RGB value is (47,123,136). Sum of RGB (Red+Green+Blue) = 47+123+136=306 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.36% from 306); Green value is 123 (48.44% from 255 or 40.20% from 306); Blue value is 136 (53.52% from 255 or 44.44% from 306); Max value from RGB is 136 - color contains mainly: blue. Hex color #2F7B88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F7B88 is #D08477. Grayscale: #656565. Windows color (decimal): -13665400 or 8944431. OLE color: 8944431.

HSL color Cylindrical-coordinate representation of color #2F7B88: hue angle of 188.76º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2F7B88 is Cyan = 0.65, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 47 123 136 -
CMYK 0.65 0.10 0 0.47
HSL 188.76º 0.49% 0.36% -
HSV(B) 188.76º 0.65% 0.53% -
XYZ 12.7 16.55 25.82 -
YUV 101.76 147.32 88.94 -
System Red Green Blue C M Y K H S L
Decimal 47 123 136 0.65 0.10 0 0.47 188.76 0.49 0.36
Hex 2F 7B 88 41 A 0 2F BD 31 24
Octal 57 173 210 101 12 0 57 275 61 44
Binary 101111 1111011 10001000 1000001 1010 0 101111 10111101 110001 100100

Color Harmonies of #2F7B88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F7B88

Black with #2F7B88

Text Example


Text Example

White with #2F7B88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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