Html Css Color HEX #3C6FDA Royal Blue

📋 copy color: '#3C6FDA'

red 60 ◦ green 111 ◦ blue 218

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

Shades of Royal Blue #3C6FDA

Tints of Royal Blue #3C6FDA

RGB

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

 GREEN value IS 111 (43.75% from 255) = 28.53%

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

R = 15.42%
G = 28.53%
B = 56.04%

CMYK

 C value IS 0.72

 M value IS 0.49

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#3C6FDA (or 0x3C6FDA) is known color: Royal Blue. HEX triplet: 3C, 6F and DA. RGB value is (60,111,218). Sum of RGB (Red+Green+Blue) = 60+111+218=389 (51% of max value = 765). Red value is 60 (23.83% from 255 or 15.42% from 389); Green value is 111 (43.75% from 255 or 28.53% from 389); Blue value is 218 (85.55% from 255 or 56.04% from 389); Max value from RGB is 218 - color contains mainly: blue. Hex color #3C6FDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C6FDA is #C39025. Grayscale: #6B6B6B. Windows color (decimal): -12816422 or 14315324. OLE color: 14315324.

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

Color convert

RGB 60 111 218 -
CMYK 0.72 0.49 0 0.15
HSL 220.63º 0.68% 0.55% -
HSV(B) 220.63º 0.72% 0.85% -
XYZ 20.2 17.39 68.62 -
YUV 107.95 190.1 93.8 -
System Red Green Blue C M Y K H S L
Decimal 60 111 218 0.72 0.49 0 0.15 220.63 0.68 0.55
Hex 3C 6F DA 48 31 0 F DD 44 37
Octal 74 157 332 110 61 0 17 335 104 67
Binary 111100 1101111 11011010 1001000 110001 0 1111 11011101 1000100 110111

Color Harmonies of #3C6FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C6FDA

Black with #3C6FDA

Text Example


Text Example

White with #3C6FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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