#2780BB

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

Shades of Curious Blue #2780BB

Tints of Curious Blue #2780BB

Color information

#2780BB (or 0x2780BB) is unknown color: approx Curious Blue. HEX triplet: 27, 80 and BB. RGB value is (39,128,187). Sum of RGB (Red+Green+Blue) = 39+128+187=354 (46% of max value = 765). Red value is 39 (15.62% from 255 or 11.02% from 354); Green value is 128 (50.39% from 255 or 36.16% from 354); Blue value is 187 (73.44% from 255 or 52.82% from 354); Max value from RGB is 187 - color contains mainly: blue. Hex color #2780BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2780BB is #D87F44. Grayscale: #6B6B6B. Windows color (decimal): -14188357 or 12288039. OLE color: 12288039.

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

Color convert

RGB39128187-
CMYK0.790.3200.27
HSL203.92º65.49%44.31%-
HSV(B)203.92º79.14%73.33%-
XYZ17.5319.4649.85-
YUV108.12172.5178.7-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 11.02%
GREEN value IS 128 (50.39% from 255) = 36.16%
BLUE value IS 187 (73.44% from 255) = 52.82%
R=11.02%
G=36.16%
B=52.82%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal391281870.790.3200.27203.9265.4944.31
Hex2780BB4F2001Bcc412c
Octal472002731174003331410154
Binary10011110000000101110111001111100000011011110011001000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2780BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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