#2A78C6

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

Shades of Curious Blue #2A78C6

Tints of Curious Blue #2A78C6

Color information

#2A78C6 (or 0x2A78C6) is unknown color: approx Curious Blue. HEX triplet: 2A, 78 and C6. RGB value is (42,120,198). Sum of RGB (Red+Green+Blue) = 42+120+198=360 (47% of max value = 765). Red value is 42 (16.80% from 255 or 11.67% from 360); Green value is 120 (47.27% from 255 or 33.33% from 360); Blue value is 198 (77.73% from 255 or 55% from 360); Max value from RGB is 198 - color contains mainly: blue. Hex color #2A78C6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A78C6 is #D58739. Grayscale: #696969. Windows color (decimal): -13993786 or 13006890. OLE color: 13006890.

HSL color Cylindrical-coordinate representation of color #2A78C6: hue angle of 210º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2A78C6 is Cyan = 0.79, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB42120198-
CMYK0.790.3900.22
HSL210º65%47.06%-
HSV(B)210º78.79%77.65%-
XYZ17.861855.96-
YUV105.57180.1682.66-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 11.67%
GREEN value IS 120 (47.27% from 255) = 33.33%
BLUE value IS 198 (77.73% from 255) = 55%
R=11.67%
G=33.33%
B=55%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal421201980.790.3900.222106547.06
Hex2A78C64F27016d2412f
Octal521703061174702632210157
Binary1010101111000110001101001111100111010110110100101000001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A78C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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