Html Css Color HEX #3F8FDE Picton Blue

📋 copy color: '#3F8FDE'

red 63 ◦ green 143 ◦ blue 222

#3F8FDE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Picton Blue #3F8FDE

Tints of Picton Blue #3F8FDE

RGB

 RED value IS 63 (25% from 255) = 14.72%

 GREEN value IS 143 (56.25% from 255) = 33.41%

 BLUE value IS 222 (87.11% from 255) = 51.87%

R = 14.72%
G = 33.41%
B = 51.87%

CMYK

 C value IS 0.72

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3F8FDE (or 0x3F8FDE) is known color: Picton Blue. HEX triplet: 3F, 8F and DE. RGB value is (63,143,222). Sum of RGB (Red+Green+Blue) = 63+143+222=428 (56% of max value = 765). Red value is 63 (25% from 255 or 14.72% from 428); Green value is 143 (56.25% from 255 or 33.41% from 428); Blue value is 222 (87.11% from 255 or 51.87% from 428); Max value from RGB is 222 - color contains mainly: blue. Hex color #3F8FDE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F8FDE is #C07021. Grayscale: #7F7F7F. Windows color (decimal): -12611618 or 14585663. OLE color: 14585663.

HSL color Cylindrical-coordinate representation of color #3F8FDE: hue angle of 209.81º 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 #3F8FDE is Cyan = 0.72, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 63 143 222 -
CMYK 0.72 0.36 0 0.13
HSL 209.81º 0.71% 0.56% -
HSV(B) 209.81º 0.72% 0.87% -
XYZ 25.06 25.98 72.8 -
YUV 128.09 181 81.58 -
System Red Green Blue C M Y K H S L
Decimal 63 143 222 0.72 0.36 0 0.13 209.81 0.71 0.56
Hex 3F 8F DE 48 24 0 D D2 47 38
Octal 77 217 336 110 44 0 15 322 107 70
Binary 111111 10001111 11011110 1001000 100100 0 1101 11010010 1000111 111000

Color Harmonies of #3F8FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F8FDE

Black with #3F8FDE

Text Example


Text Example

White with #3F8FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3F8FDE;
 }
 .AnyTagClassName
 {
   color: #3F8FDE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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