#2782BB

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

Shades of Curious Blue #2782BB

Tints of Curious Blue #2782BB

Color information

#2782BB (or 0x2782BB) is unknown color: approx Curious Blue. HEX triplet: 27, 82 and BB. RGB value is (39,130,187). Sum of RGB (Red+Green+Blue) = 39+130+187=356 (47% of max value = 765). Red value is 39 (15.62% from 255 or 10.96% from 356); Green value is 130 (51.17% from 255 or 36.52% from 356); Blue value is 187 (73.44% from 255 or 52.53% from 356); Max value from RGB is 187 - color contains mainly: blue. Hex color #2782BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2782BB is #D87D44. Grayscale: #6C6C6C. Windows color (decimal): -14187845 or 12288551. OLE color: 12288551.

HSL color Cylindrical-coordinate representation of color #2782BB: hue angle of 203.11º 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 #2782BB is Cyan = 0.79, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB39130187-
CMYK0.790.3000.27
HSL203.11º65.49%44.31%-
HSV(B)203.11º79.14%73.33%-
XYZ17.7919.9849.93-
YUV109.29171.8577.87-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 10.96%
GREEN value IS 130 (51.17% from 255) = 36.52%
BLUE value IS 187 (73.44% from 255) = 52.53%
R=10.96%
G=36.52%
B=52.53%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal391301870.790.3000.27203.1165.4944.31
Hex2782BB4F1E01Bcb412c
Octal472022731173603331310154
Binary1001111000001010111011100111111110011011110010111000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2782BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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