Html Css Color HEX #3C6EDA Royal Blue

📋 copy color: '#3C6EDA'

red 60 ◦ green 110 ◦ blue 218

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

Shades of Royal Blue #3C6EDA

Tints of Royal Blue #3C6EDA

RGB

 RED value IS 60 (23.83% from 255) = 15.46%

 GREEN value IS 110 (43.36% from 255) = 28.35%

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

R = 15.46%
G = 28.35%
B = 56.19%

CMYK

 C value IS 0.72

 M value IS 0.50

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#3C6EDA (or 0x3C6EDA) is known color: Royal Blue. HEX triplet: 3C, 6E and DA. RGB value is (60,110,218). Sum of RGB (Red+Green+Blue) = 60+110+218=388 (51% of max value = 765). Red value is 60 (23.83% from 255 or 15.46% from 388); Green value is 110 (43.36% from 255 or 28.35% from 388); Blue value is 218 (85.55% from 255 or 56.19% from 388); Max value from RGB is 218 - color contains mainly: blue. Hex color #3C6EDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C6EDA is #C39125. Grayscale: #6A6A6A. Windows color (decimal): -12816678 or 14315068. OLE color: 14315068.

HSL color Cylindrical-coordinate representation of color #3C6EDA: hue angle of 221.01º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3C6EDA is Cyan = 0.72, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 60 110 218 -
CMYK 0.72 0.50 0 0.15
HSL 221.01º 0.68% 0.55% -
HSV(B) 221.01º 0.72% 0.85% -
XYZ 20.09 17.17 68.59 -
YUV 107.36 190.44 94.22 -
System Red Green Blue C M Y K H S L
Decimal 60 110 218 0.72 0.50 0 0.15 221.01 0.68 0.55
Hex 3C 6E DA 48 32 0 F DD 44 37
Octal 74 156 332 110 62 0 17 335 104 67
Binary 111100 1101110 11011010 1001000 110010 0 1111 11011101 1000100 110111

Color Harmonies of #3C6EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C6EDA

Black with #3C6EDA

Text Example


Text Example

White with #3C6EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,110,218); }

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

background-color css

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

 a { background-color: rgb(60,110,218); }

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

border-color css

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

 span { border-color: rgb(60,110,218); }

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