Html Css Color HEX #3D6BDA Royal Blue

📋 copy color: '#3D6BDA'

red 61 ◦ green 107 ◦ blue 218

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

Shades of Royal Blue #3D6BDA

Tints of Royal Blue #3D6BDA

RGB

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

 GREEN value IS 107 (42.19% from 255) = 27.72%

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

R = 15.8%
G = 27.72%
B = 56.48%

CMYK

 C value IS 0.72

 M value IS 0.51

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#3D6BDA (or 0x3D6BDA) is known color: Royal Blue. HEX triplet: 3D, 6B and DA. RGB value is (61,107,218). Sum of RGB (Red+Green+Blue) = 61+107+218=386 (51% of max value = 765). Red value is 61 (24.22% from 255 or 15.80% from 386); Green value is 107 (42.19% from 255 or 27.72% from 386); Blue value is 218 (85.55% from 255 or 56.48% from 386); Max value from RGB is 218 - color contains mainly: blue. Hex color #3D6BDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D6BDA is #C29425. Grayscale: #696969. Windows color (decimal): -12751910 or 14314301. OLE color: 14314301.

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

Color convert

RGB 61 107 218 -
CMYK 0.72 0.51 0 0.15
HSL 222.42º 0.68% 0.55% -
HSV(B) 222.42º 0.72% 0.85% -
XYZ 19.84 16.57 68.48 -
YUV 105.9 191.26 95.97 -
System Red Green Blue C M Y K H S L
Decimal 61 107 218 0.72 0.51 0 0.15 222.42 0.68 0.55
Hex 3D 6B DA 48 33 0 F DE 44 37
Octal 75 153 332 110 63 0 17 336 104 67
Binary 111101 1101011 11011010 1001000 110011 0 1111 11011110 1000100 110111

Color Harmonies of #3D6BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D6BDA

Black with #3D6BDA

Text Example


Text Example

White with #3D6BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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