#2D72BC

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

Shades of Curious Blue #2D72BC

Tints of Curious Blue #2D72BC

Color information

#2D72BC (or 0x2D72BC) is unknown color: approx Curious Blue. HEX triplet: 2D, 72 and BC. RGB value is (45,114,188). Sum of RGB (Red+Green+Blue) = 45+114+188=347 (45% of max value = 765). Red value is 45 (17.97% from 255 or 12.97% from 347); Green value is 114 (44.92% from 255 or 32.85% from 347); Blue value is 188 (73.83% from 255 or 54.18% from 347); Max value from RGB is 188 - color contains mainly: blue. Hex color #2D72BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2D72BC is #D28D43. Grayscale: #656565. Windows color (decimal): -13798724 or 12349997. OLE color: 12349997.

HSL color Cylindrical-coordinate representation of color #2D72BC: hue angle of 211.05º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2D72BC is Cyan = 0.76, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB45114188-
CMYK0.760.3900.26
HSL211.05º61.37%45.69%-
HSV(B)211.05º76.06%73.73%-
XYZ16.1816.2249.86-
YUV101.8176.6487.48-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 12.97%
GREEN value IS 114 (44.92% from 255) = 32.85%
BLUE value IS 188 (73.83% from 255) = 54.18%
R=12.97%
G=32.85%
B=54.18%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal451141880.760.3900.26211.0561.3745.69
Hex2D72BC4C2701Ad33d2e
Octal55162274114470323237556
Binary101101111001010111100100110010011101101011010011111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D72BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,114,188); }

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

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

 a { background-color: rgb(45,114,188); }

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

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

 span { border-color: rgb(45,114,188); }

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