#2782B1

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

Shades of Curious Blue #2782B1

Tints of Curious Blue #2782B1

Color information

#2782B1 (or 0x2782B1) is unknown color: approx Curious Blue. HEX triplet: 27, 82 and B1. RGB value is (39,130,177). Sum of RGB (Red+Green+Blue) = 39+130+177=346 (45% of max value = 765). Red value is 39 (15.62% from 255 or 11.27% from 346); Green value is 130 (51.17% from 255 or 37.57% from 346); Blue value is 177 (69.53% from 255 or 51.16% from 346); Max value from RGB is 177 - color contains mainly: blue. Hex color #2782B1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2782B1 is #D87D4E. Grayscale: #6B6B6B. Windows color (decimal): -14187855 or 11633191. OLE color: 11633191.

HSL color Cylindrical-coordinate representation of color #2782B1: hue angle of 200.43º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2782B1 is Cyan = 0.78, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB39130177-
CMYK0.780.2700.31
HSL200.43º63.89%42.35%-
HSV(B)200.43º77.97%69.41%-
XYZ16.7619.5744.49-
YUV108.15166.8578.68-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 11.27%
GREEN value IS 130 (51.17% from 255) = 37.57%
BLUE value IS 177 (69.53% from 255) = 51.16%
R=11.27%
G=37.57%
B=51.16%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal391301770.780.2700.31200.4363.8942.35
Hex2782B14E1B01Fc8402a
Octal472022611163303731010052
Binary1001111000001010110001100111011011011111110010001000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2782B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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