#2D84B8

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

Shades of Curious Blue #2D84B8

Tints of Curious Blue #2D84B8

Color information

#2D84B8 (or 0x2D84B8) is unknown color: approx Curious Blue. HEX triplet: 2D, 84 and B8. RGB value is (45,132,184). Sum of RGB (Red+Green+Blue) = 45+132+184=361 (47% of max value = 765). Red value is 45 (17.97% from 255 or 12.47% from 361); Green value is 132 (51.95% from 255 or 36.57% from 361); Blue value is 184 (72.27% from 255 or 50.97% from 361); Max value from RGB is 184 - color contains mainly: blue. Hex color #2D84B8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2D84B8 is #D27B47. Grayscale: #6F6F6F. Windows color (decimal): -13794120 or 12092461. OLE color: 12092461.

HSL color Cylindrical-coordinate representation of color #2D84B8: hue angle of 202.45º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2D84B8 is Cyan = 0.76, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB45132184-
CMYK0.760.2800.28
HSL202.45º60.7%44.9%-
HSV(B)202.45º75.54%72.16%-
XYZ17.9920.5248.36-
YUV111.92168.6880.27-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 12.47%
GREEN value IS 132 (51.95% from 255) = 36.57%
BLUE value IS 184 (72.27% from 255) = 50.97%
R=12.47%
G=36.57%
B=50.97%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal451321840.760.2800.28202.4560.744.9
Hex2D84B84C1C01Cca3d2d
Octal55204270114340343127555
Binary101101100001001011100010011001110001110011001010111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D84B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,132,184); }

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

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

 a { background-color: rgb(45,132,184); }

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

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

 span { border-color: rgb(45,132,184); }

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