#3F92DE

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

Shades of Picton Blue #3F92DE

Tints of Picton Blue #3F92DE

Color information

#3F92DE (or 0x3F92DE) is unknown color: approx Picton Blue. HEX triplet: 3F, 92 and DE. RGB value is (63,146,222). Sum of RGB (Red+Green+Blue) = 63+146+222=431 (57% of max value = 765). Red value is 63 (25% from 255 or 14.62% from 431); Green value is 146 (57.42% from 255 or 33.87% from 431); Blue value is 222 (87.11% from 255 or 51.51% from 431); Max value from RGB is 222 - color contains mainly: blue. Hex color #3F92DE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F92DE is #C06D21. Grayscale: #818181. Windows color (decimal): -12610850 or 14586431. OLE color: 14586431.

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

Color convert

RGB63146222-
CMYK0.720.3400.13
HSL208.68º70.67%55.88%-
HSV(B)208.68º71.62%87.06%-
XYZ25.5126.8972.95-
YUV129.8518080.32-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 14.62%
GREEN value IS 146 (57.42% from 255) = 33.87%
BLUE value IS 222 (87.11% from 255) = 51.51%
R=14.62%
G=33.87%
B=51.51%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal631462220.720.3400.13208.6870.6755.88
Hex3F92DE48220Dd14738
Octal772223361104201532110770
Binary1111111001001011011110100100010001001101110100011000111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F92DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,146,222); }

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

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

 a { background-color: rgb(63,146,222); }

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

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

 span { border-color: rgb(63,146,222); }

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