#3E82BB

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

Shades of Curious Blue #3E82BB

Tints of Curious Blue #3E82BB

Color information

#3E82BB (or 0x3E82BB) is unknown color: approx Curious Blue. HEX triplet: 3E, 82 and BB. RGB value is (62,130,187). Sum of RGB (Red+Green+Blue) = 62+130+187=379 (50% of max value = 765). Red value is 62 (24.61% from 255 or 16.36% from 379); Green value is 130 (51.17% from 255 or 34.30% from 379); Blue value is 187 (73.44% from 255 or 49.34% from 379); Max value from RGB is 187 - color contains mainly: blue. Hex color #3E82BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3E82BB is #C17D44. Grayscale: #737373. Windows color (decimal): -12680517 or 12288574. OLE color: 12288574.

HSL color Cylindrical-coordinate representation of color #3E82BB: hue angle of 207.36º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3E82BB is Cyan = 0.67, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB62130187-
CMYK0.670.3000.27
HSL207.36º50.2%48.82%-
HSV(B)207.36º66.84%73.33%-
XYZ18.9420.5849.99-
YUV116.17167.9789.37-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 16.36%
GREEN value IS 130 (51.17% from 255) = 34.30%
BLUE value IS 187 (73.44% from 255) = 49.34%
R=16.36%
G=34.30%
B=49.34%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal621301870.670.3000.27207.3650.248.82
Hex3E82BB431E01Bcf3231
Octal76202273103360333176261
Binary111110100000101011101110000111111001101111001111110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E82BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3E82BB; }

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

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

<style>
 a { background-color: #3E82BB; }

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

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

<style>
 span { border-color: #3E82BB; }

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

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