#2B84AE

Color #2B84AE Curious Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Curious Blue #2B84AE

Tints of Curious Blue #2B84AE

Color information

#2B84AE (or 0x2B84AE) is unknown color: approx Curious Blue. HEX triplet: 2B, 84 and AE. RGB value is (43,132,174). Sum of RGB (Red+Green+Blue) = 43+132+174=349 (46% of max value = 765). Red value is 43 (17.19% from 255 or 12.32% from 349); Green value is 132 (51.95% from 255 or 37.82% from 349); Blue value is 174 (68.36% from 255 or 49.86% from 349); Max value from RGB is 174 - color contains mainly: blue. Hex color #2B84AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B84AE is #D47B51. Grayscale: #6D6D6D. Windows color (decimal): -13925202 or 11437099. OLE color: 11437099.

HSL color Cylindrical-coordinate representation of color #2B84AE: hue angle of 199.24º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2B84AE is Cyan = 0.75, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB43132174-
CMYK0.750.2400.32
HSL199.24º60.37%42.55%-
HSV(B)199.24º75.29%68.24%-
XYZ16.8920.0743.03-
YUV110.18164.0180.08-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 12.32%
GREEN value IS 132 (51.95% from 255) = 37.82%
BLUE value IS 174 (68.36% from 255) = 49.86%
R=12.32%
G=37.82%
B=49.86%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal431321740.750.2400.32199.2460.3742.55
Hex2B84AE4B18020c73c2b
Octal53204256113300403077453
Binary1010111000010010101110100101111000010000011000111111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B84AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,132,174); }

 H1.HeaderClassName
 {
   color: #2B84AE;
 }
 .AnyTagClassName
 {
   color: #2B84AE;
 }
</style>
background-color css

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

 a { background-color: rgb(43,132,174); }

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

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

 span { border-color: rgb(43,132,174); }

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