Html Css Color HEX #3D8FDC Picton Blue

📋 copy color: '#3D8FDC'

red 61 ◦ green 143 ◦ blue 220

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

Shades of Picton Blue #3D8FDC

Tints of Picton Blue #3D8FDC

RGB

 RED value IS 61 (24.22% from 255) = 14.39%

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

 BLUE value IS 220 (86.33% from 255) = 51.89%

R = 14.39%
G = 33.73%
B = 51.89%

CMYK

 C value IS 0.72

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3D8FDC (or 0x3D8FDC) is known color: Picton Blue. HEX triplet: 3D, 8F and DC. RGB value is (61,143,220). Sum of RGB (Red+Green+Blue) = 61+143+220=424 (56% of max value = 765). Red value is 61 (24.22% from 255 or 14.39% from 424); Green value is 143 (56.25% from 255 or 33.73% from 424); Blue value is 220 (86.33% from 255 or 51.89% from 424); Max value from RGB is 220 - color contains mainly: blue. Hex color #3D8FDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3D8FDC is #C27023. Grayscale: #7E7E7E. Windows color (decimal): -12742692 or 14454589. OLE color: 14454589.

HSL color Cylindrical-coordinate representation of color #3D8FDC: hue angle of 209.06º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3D8FDC is Cyan = 0.72, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 61 143 220 -
CMYK 0.72 0.35 0 0.14
HSL 209.06º 0.69% 0.55% -
HSV(B) 209.06º 0.72% 0.86% -
XYZ 24.67 25.8 71.39 -
YUV 127.26 180.33 80.74 -
System Red Green Blue C M Y K H S L
Decimal 61 143 220 0.72 0.35 0 0.14 209.06 0.69 0.55
Hex 3D 8F DC 48 23 0 E D1 45 37
Octal 75 217 334 110 43 0 16 321 105 67
Binary 111101 10001111 11011100 1001000 100011 0 1110 11010001 1000101 110111

Color Harmonies of #3D8FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D8FDC

Black with #3D8FDC

Text Example


Text Example

White with #3D8FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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