#2780AE

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

Shades of Curious Blue #2780AE

Tints of Curious Blue #2780AE

Color information

#2780AE (or 0x2780AE) is unknown color: approx Curious Blue. HEX triplet: 27, 80 and AE. RGB value is (39,128,174). Sum of RGB (Red+Green+Blue) = 39+128+174=341 (45% of max value = 765). Red value is 39 (15.62% from 255 or 11.44% from 341); Green value is 128 (50.39% from 255 or 37.54% from 341); Blue value is 174 (68.36% from 255 or 51.03% from 341); Max value from RGB is 174 - color contains mainly: blue. Hex color #2780AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2780AE is #D87F51. Grayscale: #6A6A6A. Windows color (decimal): -14188370 or 11436071. OLE color: 11436071.

HSL color Cylindrical-coordinate representation of color #2780AE: hue angle of 200.44º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2780AE is Cyan = 0.78, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB39128174-
CMYK0.780.2600.32
HSL200.44º63.38%41.76%-
HSV(B)200.44º77.59%68.24%-
XYZ16.218.9342.84-
YUV106.63166.0179.76-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 11.44%
GREEN value IS 128 (50.39% from 255) = 37.54%
BLUE value IS 174 (68.36% from 255) = 51.03%
R=11.44%
G=37.54%
B=51.03%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal391281740.780.2600.32200.4463.3841.76
Hex2780AE4E1A020c83f2a
Octal47200256116320403107752
Binary1001111000000010101110100111011010010000011001000111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2780AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2780AE; }

 p { color: rgb(39,128,174); }

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

<style>
 a { background-color: #2780AE; }

 a { background-color: rgb(39,128,174); }

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

<style>
 span { border-color: #2780AE; }

 span { border-color: rgb(39,128,174); }

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