Html Css Color HEX #3E8EDB Picton Blue

📋 copy color: '#3E8EDB'

red 62 ◦ green 142 ◦ blue 219

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

Shades of Picton Blue #3E8EDB

Tints of Picton Blue #3E8EDB

RGB

 RED value IS 62 (24.61% from 255) = 14.66%

 GREEN value IS 142 (55.86% from 255) = 33.57%

 BLUE value IS 219 (85.94% from 255) = 51.77%

R = 14.66%
G = 33.57%
B = 51.77%

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

#3E8EDB (or 0x3E8EDB) is known color: Picton Blue. HEX triplet: 3E, 8E and DB. RGB value is (62,142,219). Sum of RGB (Red+Green+Blue) = 62+142+219=423 (56% of max value = 765). Red value is 62 (24.61% from 255 or 14.66% from 423); Green value is 142 (55.86% from 255 or 33.57% from 423); Blue value is 219 (85.94% from 255 or 51.77% from 423); Max value from RGB is 219 - color contains mainly: blue. Hex color #3E8EDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3E8EDB is #C17124. Grayscale: #7E7E7E. Windows color (decimal): -12677413 or 14388798. OLE color: 14388798.

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

Color convert

RGB 62 142 219 -
CMYK 0.72 0.35 0 0.14
HSL 209.43º 0.69% 0.55% -
HSV(B) 209.43º 0.72% 0.86% -
XYZ 24.45 25.48 70.65 -
YUV 126.86 180 81.74 -
System Red Green Blue C M Y K H S L
Decimal 62 142 219 0.72 0.35 0 0.14 209.43 0.69 0.55
Hex 3E 8E DB 48 23 0 E D1 45 37
Octal 76 216 333 110 43 0 16 321 105 67
Binary 111110 10001110 11011011 1001000 100011 0 1110 11010001 1000101 110111

Color Harmonies of #3E8EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E8EDB

Black with #3E8EDB

Text Example


Text Example

White with #3E8EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,142,219); }

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

background-color css

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

 a { background-color: rgb(62,142,219); }

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

border-color css

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

 span { border-color: rgb(62,142,219); }

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