#3E91D8

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

Shades of Picton Blue #3E91D8

Tints of Picton Blue #3E91D8

Color information

#3E91D8 (or 0x3E91D8) is unknown color: approx Picton Blue. HEX triplet: 3E, 91 and D8. RGB value is (62,145,216). Sum of RGB (Red+Green+Blue) = 62+145+216=423 (56% of max value = 765). Red value is 62 (24.61% from 255 or 14.66% from 423); Green value is 145 (57.03% from 255 or 34.28% from 423); Blue value is 216 (84.77% from 255 or 51.06% from 423); Max value from RGB is 216 - color contains mainly: blue. Hex color #3E91D8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3E91D8 is #C16E27. Grayscale: #7F7F7F. Windows color (decimal): -12676648 or 14192958. OLE color: 14192958.

HSL color Cylindrical-coordinate representation of color #3E91D8: hue angle of 207.66º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3E91D8 is Cyan = 0.71, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB62145216-
CMYK0.710.3300.15
HSL207.66º66.38%54.51%-
HSV(B)207.66º71.3%84.71%-
XYZ24.5126.2368.74-
YUV128.28177.580.73-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 14.66%
GREEN value IS 145 (57.03% from 255) = 34.28%
BLUE value IS 216 (84.77% from 255) = 51.06%
R=14.66%
G=34.28%
B=51.06%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal621452160.710.3300.15207.6666.3854.51
Hex3E91D847210Fd04237
Octal762213301074101732010267
Binary1111101001000111011000100011110000101111110100001000010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E91D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,145,216); }

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

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

 a { background-color: rgb(62,145,216); }

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

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

 span { border-color: rgb(62,145,216); }

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