#3E8DE1

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

Shades of Picton Blue #3E8DE1

Tints of Picton Blue #3E8DE1

Color information

#3E8DE1 (or 0x3E8DE1) is unknown color: approx Picton Blue. HEX triplet: 3E, 8D and E1. RGB value is (62,141,225). Sum of RGB (Red+Green+Blue) = 62+141+225=428 (56% of max value = 765). Red value is 62 (24.61% from 255 or 14.49% from 428); Green value is 141 (55.47% from 255 or 32.94% from 428); Blue value is 225 (88.28% from 255 or 52.57% from 428); Max value from RGB is 225 - color contains mainly: blue. Hex color #3E8DE1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3E8DE1 is #C1721E. Grayscale: #7E7E7E. Windows color (decimal): -12677663 or 14781758. OLE color: 14781758.

HSL color Cylindrical-coordinate representation of color #3E8DE1: hue angle of 210.92º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3E8DE1 is Cyan = 0.72, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB62141225-
CMYK0.720.3700.12
HSL210.92º73.09%56.27%-
HSV(B)210.92º72.44%88.24%-
XYZ25.125.5174.84-
YUV126.96183.3381.67-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 14.49%
GREEN value IS 141 (55.47% from 255) = 32.94%
BLUE value IS 225 (88.28% from 255) = 52.57%
R=14.49%
G=32.94%
B=52.57%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal621412250.720.3700.12210.9273.0956.27
Hex3E8DE148250Cd34938
Octal762153411104501432311170
Binary1111101000110111100001100100010010101100110100111001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E8DE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,141,225); }

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

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

 a { background-color: rgb(62,141,225); }

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

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

 span { border-color: rgb(62,141,225); }

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