#2D78BC

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

Shades of Curious Blue #2D78BC

Tints of Curious Blue #2D78BC

Color information

#2D78BC (or 0x2D78BC) is unknown color: approx Curious Blue. HEX triplet: 2D, 78 and BC. RGB value is (45,120,188). Sum of RGB (Red+Green+Blue) = 45+120+188=353 (46% of max value = 765). Red value is 45 (17.97% from 255 or 12.75% from 353); Green value is 120 (47.27% from 255 or 33.99% from 353); Blue value is 188 (73.83% from 255 or 53.26% from 353); Max value from RGB is 188 - color contains mainly: blue. Hex color #2D78BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2D78BC is #D28743. Grayscale: #686868. Windows color (decimal): -13797188 or 12351533. OLE color: 12351533.

HSL color Cylindrical-coordinate representation of color #2D78BC: hue angle of 208.53º 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 #2D78BC is Cyan = 0.76, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB45120188-
CMYK0.760.3600.26
HSL208.53º61.37%45.69%-
HSV(B)208.53º76.06%73.73%-
XYZ16.8817.6250.09-
YUV105.33174.6584.97-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 12.75%
GREEN value IS 120 (47.27% from 255) = 33.99%
BLUE value IS 188 (73.83% from 255) = 53.26%
R=12.75%
G=33.99%
B=53.26%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal451201880.760.3600.26208.5361.3745.69
Hex2D78BC4C2401Ad13d2e
Octal55170274114440323217556
Binary101101111100010111100100110010010001101011010001111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D78BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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