#2780BC

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

Shades of Curious Blue #2780BC

Tints of Curious Blue #2780BC

Color information

#2780BC (or 0x2780BC) is unknown color: approx Curious Blue. HEX triplet: 27, 80 and BC. RGB value is (39,128,188). Sum of RGB (Red+Green+Blue) = 39+128+188=355 (47% of max value = 765). Red value is 39 (15.62% from 255 or 10.99% from 355); Green value is 128 (50.39% from 255 or 36.06% from 355); Blue value is 188 (73.83% from 255 or 52.96% from 355); Max value from RGB is 188 - color contains mainly: blue. Hex color #2780BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2780BC is #D87F43. Grayscale: #6B6B6B. Windows color (decimal): -14188356 or 12353575. OLE color: 12353575.

HSL color Cylindrical-coordinate representation of color #2780BC: hue angle of 204.16º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2780BC is Cyan = 0.79, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB39128188-
CMYK0.790.3200.26
HSL204.16º65.64%44.51%-
HSV(B)204.16º79.26%73.73%-
XYZ17.6319.550.41-
YUV108.23173.0178.62-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 10.99%
GREEN value IS 128 (50.39% from 255) = 36.06%
BLUE value IS 188 (73.83% from 255) = 52.96%
R=10.99%
G=36.06%
B=52.96%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal391281880.790.3200.26204.1665.6444.51
Hex2780BC4F2001Acc422d
Octal472002741174003231410255
Binary10011110000000101111001001111100000011010110011001000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2780BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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