Html Css Color HEX #3F90DA Picton Blue

📋 copy color: '#3F90DA'

red 63 ◦ green 144 ◦ blue 218

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

Shades of Picton Blue #3F90DA

Tints of Picton Blue #3F90DA

RGB

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

 GREEN value IS 144 (56.64% from 255) = 33.88%

 BLUE value IS 218 (85.55% from 255) = 51.29%

R = 14.82%
G = 33.88%
B = 51.29%

CMYK

 C value IS 0.71

 M value IS 0.34

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#3F90DA (or 0x3F90DA) is known color: Picton Blue. HEX triplet: 3F, 90 and DA. RGB value is (63,144,218). Sum of RGB (Red+Green+Blue) = 63+144+218=425 (56% of max value = 765). Red value is 63 (25% from 255 or 14.82% from 425); Green value is 144 (56.64% from 255 or 33.88% from 425); Blue value is 218 (85.55% from 255 or 51.29% from 425); Max value from RGB is 218 - color contains mainly: blue. Hex color #3F90DA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F90DA is #C06F25. Grayscale: #7F7F7F. Windows color (decimal): -12611366 or 14323775. OLE color: 14323775.

HSL color Cylindrical-coordinate representation of color #3F90DA: hue angle of 208.65º degrees, saturation: 0.68, 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 #3F90DA is Cyan = 0.71, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 63 144 218 -
CMYK 0.71 0.34 0 0.15
HSL 208.65º 0.68% 0.55% -
HSV(B) 208.65º 0.71% 0.85% -
XYZ 24.68 26.07 70.06 -
YUV 128.22 178.66 81.48 -
System Red Green Blue C M Y K H S L
Decimal 63 144 218 0.71 0.34 0 0.15 208.65 0.68 0.55
Hex 3F 90 DA 47 22 0 F D1 44 37
Octal 77 220 332 107 42 0 17 321 104 67
Binary 111111 10010000 11011010 1000111 100010 0 1111 11010001 1000100 110111

Color Harmonies of #3F90DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F90DA

Black with #3F90DA

Text Example


Text Example

White with #3F90DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,144,218); }

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

background-color css

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

 a { background-color: rgb(63,144,218); }

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

border-color css

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

 span { border-color: rgb(63,144,218); }

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