Html Css Color HEX #2A7684 Atoll

📋 copy color: '#2A7684'

red 42 ◦ green 118 ◦ blue 132

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

Shades of Atoll #2A7684

Tints of Atoll #2A7684

RGB

 RED value IS 42 (16.8% from 255) = 14.38%

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

 BLUE value IS 132 (51.95% from 255) = 45.21%

R = 14.38%
G = 40.41%
B = 45.21%

CMYK

 C value IS 0.68

 M value IS 0.11

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#2A7684 (or 0x2A7684) is known color: Atoll. HEX triplet: 2A, 76 and 84. RGB value is (42,118,132). Sum of RGB (Red+Green+Blue) = 42+118+132=292 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.38% from 292); Green value is 118 (46.48% from 255 or 40.41% from 292); Blue value is 132 (51.95% from 255 or 45.21% from 292); Max value from RGB is 132 - color contains mainly: blue. Hex color #2A7684 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A7684 is #D5897B. Grayscale: #606060. Windows color (decimal): -13994364 or 8681002. OLE color: 8681002.

HSL color Cylindrical-coordinate representation of color #2A7684: hue angle of 189.33º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2A7684 is Cyan = 0.68, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 42 118 132 -
CMYK 0.68 0.11 0 0.48
HSL 189.33º 0.52% 0.34% -
HSV(B) 189.33º 0.68% 0.52% -
XYZ 11.6 15.12 24.14 -
YUV 96.87 147.82 88.86 -
System Red Green Blue C M Y K H S L
Decimal 42 118 132 0.68 0.11 0 0.48 189.33 0.52 0.34
Hex 2A 76 84 44 B 0 30 BD 34 22
Octal 52 166 204 104 13 0 60 275 64 42
Binary 101010 1110110 10000100 1000100 1011 0 110000 10111101 110100 100010

Color Harmonies of #2A7684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A7684

Black with #2A7684

Text Example


Text Example

White with #2A7684

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,118,132); }

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

background-color css

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

 a { background-color: rgb(42,118,132); }

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

border-color css

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

 span { border-color: rgb(42,118,132); }

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