Html Css Color HEX #2F7683 Atoll

📋 copy color: '#2F7683'

red 47 ◦ green 118 ◦ blue 131

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

Shades of Atoll #2F7683

Tints of Atoll #2F7683

RGB

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

 GREEN value IS 118 (46.48% from 255) = 39.86%

 BLUE value IS 131 (51.56% from 255) = 44.26%

R = 15.88%
G = 39.86%
B = 44.26%

CMYK

 C value IS 0.64

 M value IS 0.10

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#2F7683 (or 0x2F7683) is known color: Atoll. HEX triplet: 2F, 76 and 83. RGB value is (47,118,131). Sum of RGB (Red+Green+Blue) = 47+118+131=296 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.88% from 296); Green value is 118 (46.48% from 255 or 39.86% from 296); Blue value is 131 (51.56% from 255 or 44.26% from 296); Max value from RGB is 131 - color contains mainly: blue. Hex color #2F7683 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F7683 is #D0897C. Grayscale: #626262. Windows color (decimal): -13666685 or 8615471. OLE color: 8615471.

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

Color convert

RGB 47 118 131 -
CMYK 0.64 0.10 0 0.49
HSL 189.29º 0.47% 0.35% -
HSV(B) 189.29º 0.64% 0.51% -
XYZ 11.75 15.2 23.79 -
YUV 98.25 146.48 91.44 -
System Red Green Blue C M Y K H S L
Decimal 47 118 131 0.64 0.10 0 0.49 189.29 0.47 0.35
Hex 2F 76 83 40 A 0 31 BD 2F 23
Octal 57 166 203 100 12 0 61 275 57 43
Binary 101111 1110110 10000011 1000000 1010 0 110001 10111101 101111 100011

Color Harmonies of #2F7683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F7683

Black with #2F7683

Text Example


Text Example

White with #2F7683

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,118,131); }

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

background-color css

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

 a { background-color: rgb(47,118,131); }

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

border-color css

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

 span { border-color: rgb(47,118,131); }

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