#2B84AF

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

Shades of Curious Blue #2B84AF

Tints of Curious Blue #2B84AF

Color information

#2B84AF (or 0x2B84AF) is unknown color: approx Curious Blue. HEX triplet: 2B, 84 and AF. RGB value is (43,132,175). Sum of RGB (Red+Green+Blue) = 43+132+175=350 (46% of max value = 765). Red value is 43 (17.19% from 255 or 12.29% from 350); Green value is 132 (51.95% from 255 or 37.71% from 350); Blue value is 175 (68.75% from 255 or 50% from 350); Max value from RGB is 175 - color contains mainly: blue. Hex color #2B84AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B84AF is #D47B50. Grayscale: #6E6E6E. Windows color (decimal): -13925201 or 11502635. OLE color: 11502635.

HSL color Cylindrical-coordinate representation of color #2B84AF: hue angle of 199.55º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2B84AF is Cyan = 0.75, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB43132175-
CMYK0.750.2500.31
HSL199.55º60.55%42.75%-
HSV(B)199.55º75.43%68.63%-
XYZ16.9920.1143.54-
YUV110.29164.5180-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 12.29%
GREEN value IS 132 (51.95% from 255) = 37.71%
BLUE value IS 175 (68.75% from 255) = 50%
R=12.29%
G=37.71%
B=50%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal431321750.750.2500.31199.5560.5542.75
Hex2B84AF4B1901Fc83d2b
Octal53204257113310373107553
Binary101011100001001010111110010111100101111111001000111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B84AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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