#2A78BE

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

Shades of Curious Blue #2A78BE

Tints of Curious Blue #2A78BE

Color information

#2A78BE (or 0x2A78BE) is unknown color: approx Curious Blue. HEX triplet: 2A, 78 and BE. RGB value is (42,120,190). Sum of RGB (Red+Green+Blue) = 42+120+190=352 (46% of max value = 765). Red value is 42 (16.80% from 255 or 11.93% from 352); Green value is 120 (47.27% from 255 or 34.09% from 352); Blue value is 190 (74.61% from 255 or 53.98% from 352); Max value from RGB is 190 - color contains mainly: blue. Hex color #2A78BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A78BE is #D58741. Grayscale: #686868. Windows color (decimal): -13993794 or 12482602. OLE color: 12482602.

HSL color Cylindrical-coordinate representation of color #2A78BE: hue angle of 208.38º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2A78BE is Cyan = 0.78, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB42120190-
CMYK0.780.3700.25
HSL208.38º63.79%45.49%-
HSV(B)208.38º77.89%74.51%-
XYZ16.9717.6451.23-
YUV104.66176.1683.31-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 11.93%
GREEN value IS 120 (47.27% from 255) = 34.09%
BLUE value IS 190 (74.61% from 255) = 53.98%
R=11.93%
G=34.09%
B=53.98%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal421201900.780.3700.25208.3863.7945.49
Hex2A78BE4E25019d0402d
Octal521702761164503132010055
Binary1010101111000101111101001110100101011001110100001000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A78BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,120,190); }

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

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

 a { background-color: rgb(42,120,190); }

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

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

 span { border-color: rgb(42,120,190); }

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