#2784C8

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

Shades of Curious Blue #2784C8

Tints of Curious Blue #2784C8

Color information

#2784C8 (or 0x2784C8) is unknown color: approx Curious Blue. HEX triplet: 27, 84 and C8. RGB value is (39,132,200). Sum of RGB (Red+Green+Blue) = 39+132+200=371 (49% of max value = 765). Red value is 39 (15.62% from 255 or 10.51% from 371); Green value is 132 (51.95% from 255 or 35.58% from 371); Blue value is 200 (78.52% from 255 or 53.91% from 371); Max value from RGB is 200 - color contains mainly: blue. Hex color #2784C8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2784C8 is #D87B37. Grayscale: #6F6F6F. Windows color (decimal): -14187320 or 13141031. OLE color: 13141031.

HSL color Cylindrical-coordinate representation of color #2784C8: hue angle of 205.34º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2784C8 is Cyan = 0.80, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB39132200-
CMYK0.800.3400.22
HSL205.34º67.36%46.86%-
HSV(B)205.34º80.5%78.43%-
XYZ19.5121.157.69-
YUV111.94177.6975.97-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 10.51%
GREEN value IS 132 (51.95% from 255) = 35.58%
BLUE value IS 200 (78.52% from 255) = 53.91%
R=10.51%
G=35.58%
B=53.91%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal391322000.800.3400.22205.3467.3646.86
Hex2784C85022016cd432f
Octal472043101204202631510357
Binary10011110000100110010001010000100010010110110011011000011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2784C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2784C8; }

 p { color: rgb(39,132,200); }

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

<style>
 a { background-color: #2784C8; }

 a { background-color: rgb(39,132,200); }

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

<style>
 span { border-color: #2784C8; }

 span { border-color: rgb(39,132,200); }

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