Html Css Color HEX #3D6FDA Royal Blue

📋 copy color: '#3D6FDA'

red 61 ◦ green 111 ◦ blue 218

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

Shades of Royal Blue #3D6FDA

Tints of Royal Blue #3D6FDA

RGB

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

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

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

R = 15.64%
G = 28.46%
B = 55.9%

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

#3D6FDA (or 0x3D6FDA) is known color: Royal Blue. HEX triplet: 3D, 6F and DA. RGB value is (61,111,218). Sum of RGB (Red+Green+Blue) = 61+111+218=390 (51% of max value = 765). Red value is 61 (24.22% from 255 or 15.64% from 390); Green value is 111 (43.75% from 255 or 28.46% from 390); Blue value is 218 (85.55% from 255 or 55.90% from 390); Max value from RGB is 218 - color contains mainly: blue. Hex color #3D6FDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D6FDA is #C29025. Grayscale: #6B6B6B. Windows color (decimal): -12750886 or 14315325. OLE color: 14315325.

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

Color convert

RGB 61 111 218 -
CMYK 0.72 0.49 0 0.15
HSL 220.89º 0.68% 0.55% -
HSV(B) 220.89º 0.72% 0.85% -
XYZ 20.26 17.42 68.62 -
YUV 108.25 189.94 94.3 -
System Red Green Blue C M Y K H S L
Decimal 61 111 218 0.72 0.49 0 0.15 220.89 0.68 0.55
Hex 3D 6F DA 48 31 0 F DD 44 37
Octal 75 157 332 110 61 0 17 335 104 67
Binary 111101 1101111 11011010 1001000 110001 0 1111 11011101 1000100 110111

Color Harmonies of #3D6FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D6FDA

Black with #3D6FDA

Text Example


Text Example

White with #3D6FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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