#2D81BA

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

Shades of Curious Blue #2D81BA

Tints of Curious Blue #2D81BA

Color information

#2D81BA (or 0x2D81BA) is unknown color: approx Curious Blue. HEX triplet: 2D, 81 and BA. RGB value is (45,129,186). Sum of RGB (Red+Green+Blue) = 45+129+186=360 (47% of max value = 765). Red value is 45 (17.97% from 255 or 12.5% from 360); Green value is 129 (50.78% from 255 or 35.83% from 360); Blue value is 186 (73.05% from 255 or 51.67% from 360); Max value from RGB is 186 - color contains mainly: blue. Hex color #2D81BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2D81BA is #D27E45. Grayscale: #6E6E6E. Windows color (decimal): -13794886 or 12222765. OLE color: 12222765.

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

Color convert

RGB45129186-
CMYK0.760.3100.27
HSL204.26º61.04%45.29%-
HSV(B)204.26º75.81%72.94%-
XYZ17.819.849.34-
YUV110.38170.6781.37-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 12.5%
GREEN value IS 129 (50.78% from 255) = 35.83%
BLUE value IS 186 (73.05% from 255) = 51.67%
R=12.5%
G=35.83%
B=51.67%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal451291860.760.3100.27204.2661.0445.29
Hex2D81BA4C1F01Bcc3d2d
Octal55201272114370333147555
Binary101101100000011011101010011001111101101111001100111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D81BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,129,186); }

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

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

 a { background-color: rgb(45,129,186); }

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

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

 span { border-color: rgb(45,129,186); }

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