#2780B8

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

Shades of Curious Blue #2780B8

Tints of Curious Blue #2780B8

Color information

#2780B8 (or 0x2780B8) is unknown color: approx Curious Blue. HEX triplet: 27, 80 and B8. RGB value is (39,128,184). Sum of RGB (Red+Green+Blue) = 39+128+184=351 (46% of max value = 765). Red value is 39 (15.62% from 255 or 11.11% from 351); Green value is 128 (50.39% from 255 or 36.47% from 351); Blue value is 184 (72.27% from 255 or 52.42% from 351); Max value from RGB is 184 - color contains mainly: blue. Hex color #2780B8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2780B8 is #D87F47. Grayscale: #6B6B6B. Windows color (decimal): -14188360 or 12091431. OLE color: 12091431.

HSL color Cylindrical-coordinate representation of color #2780B8: hue angle of 203.17º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2780B8 is Cyan = 0.79, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB39128184-
CMYK0.790.3000.28
HSL203.17º65.02%43.73%-
HSV(B)203.17º78.8%72.16%-
XYZ17.2119.3348.17-
YUV107.77171.0178.95-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 11.11%
GREEN value IS 128 (50.39% from 255) = 36.47%
BLUE value IS 184 (72.27% from 255) = 52.42%
R=11.11%
G=36.47%
B=52.42%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal391281840.790.3000.28203.1765.0243.73
Hex2780B84F1E01Ccb412c
Octal472002701173603431310154
Binary1001111000000010111000100111111110011100110010111000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2780B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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