#2A78B4

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

Shades of Curious Blue #2A78B4

Tints of Curious Blue #2A78B4

Color information

#2A78B4 (or 0x2A78B4) is unknown color: approx Curious Blue. HEX triplet: 2A, 78 and B4. RGB value is (42,120,180). Sum of RGB (Red+Green+Blue) = 42+120+180=342 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.28% from 342); Green value is 120 (47.27% from 255 or 35.09% from 342); Blue value is 180 (70.70% from 255 or 52.63% from 342); Max value from RGB is 180 - color contains mainly: blue. Hex color #2A78B4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A78B4 is #D5874B. Grayscale: #676767. Windows color (decimal): -13993804 or 11827242. OLE color: 11827242.

HSL color Cylindrical-coordinate representation of color #2A78B4: hue angle of 206.09º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2A78B4 is Cyan = 0.77, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB42120180-
CMYK0.770.3300.29
HSL206.09º62.16%43.53%-
HSV(B)206.09º76.67%70.59%-
XYZ15.9117.2245.67-
YUV103.52171.1684.12-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 12.28%
GREEN value IS 120 (47.27% from 255) = 35.09%
BLUE value IS 180 (70.70% from 255) = 52.63%
R=12.28%
G=35.09%
B=52.63%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal421201800.770.3300.29206.0962.1643.53
Hex2A78B44D2101Dce3e2c
Octal52170264115410353167654
Binary101010111100010110100100110110000101110111001110111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A78B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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