#3D8FDE

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

Shades of Picton Blue #3D8FDE

Tints of Picton Blue #3D8FDE

Color information

#3D8FDE (or 0x3D8FDE) is unknown color: approx Picton Blue. HEX triplet: 3D, 8F and DE. RGB value is (61,143,222). Sum of RGB (Red+Green+Blue) = 61+143+222=426 (56% of max value = 765). Red value is 61 (24.22% from 255 or 14.32% from 426); Green value is 143 (56.25% from 255 or 33.57% from 426); Blue value is 222 (87.11% from 255 or 52.11% from 426); Max value from RGB is 222 - color contains mainly: blue. Hex color #3D8FDE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3D8FDE is #C27021. Grayscale: #7F7F7F. Windows color (decimal): -12742690 or 14585661. OLE color: 14585661.

HSL color Cylindrical-coordinate representation of color #3D8FDE: hue angle of 209.44º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3D8FDE is Cyan = 0.73, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB61143222-
CMYK0.730.3600.13
HSL209.44º70.93%55.49%-
HSV(B)209.44º72.52%87.06%-
XYZ24.9325.9172.79-
YUV127.49181.3380.58-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 14.32%
GREEN value IS 143 (56.25% from 255) = 33.57%
BLUE value IS 222 (87.11% from 255) = 52.11%
R=14.32%
G=33.57%
B=52.11%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal611432220.730.3600.13209.4470.9355.49
Hex3D8FDE49240Dd14737
Octal752173361114401532110767
Binary1111011000111111011110100100110010001101110100011000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D8FDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,143,222); }

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

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

 a { background-color: rgb(61,143,222); }

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

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

 span { border-color: rgb(61,143,222); }

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