Html Css Color HEX #3E69DC Royal Blue

📋 copy color: '#3E69DC'

red 62 ◦ green 105 ◦ blue 220

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

Shades of Royal Blue #3E69DC

Tints of Royal Blue #3E69DC

RGB

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

 GREEN value IS 105 (41.41% from 255) = 27.13%

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

R = 16.02%
G = 27.13%
B = 56.85%

CMYK

 C value IS 0.72

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3E69DC (or 0x3E69DC) is known color: Royal Blue. HEX triplet: 3E, 69 and DC. RGB value is (62,105,220). Sum of RGB (Red+Green+Blue) = 62+105+220=387 (51% of max value = 765). Red value is 62 (24.61% from 255 or 16.02% from 387); Green value is 105 (41.41% from 255 or 27.13% from 387); Blue value is 220 (86.33% from 255 or 56.85% from 387); Max value from RGB is 220 - color contains mainly: blue. Hex color #3E69DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E69DC is #C19623. Grayscale: #686868. Windows color (decimal): -12686884 or 14444862. OLE color: 14444862.

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

Color convert

RGB 62 105 220 -
CMYK 0.72 0.52 0 0.14
HSL 223.67º 0.69% 0.55% -
HSV(B) 223.67º 0.72% 0.86% -
XYZ 19.96 16.29 69.8 -
YUV 105.25 192.75 97.15 -
System Red Green Blue C M Y K H S L
Decimal 62 105 220 0.72 0.52 0 0.14 223.67 0.69 0.55
Hex 3E 69 DC 48 34 0 E E0 45 37
Octal 76 151 334 110 64 0 16 340 105 67
Binary 111110 1101001 11011100 1001000 110100 0 1110 11100000 1000101 110111

Color Harmonies of #3E69DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E69DC

Black with #3E69DC

Text Example


Text Example

White with #3E69DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,105,220); }

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

background-color css

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

 a { background-color: rgb(62,105,220); }

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

border-color css

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

 span { border-color: rgb(62,105,220); }

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