Html Css Color HEX #3D6ACE Royal Blue

📋 copy color: '#3D6ACE'

red 61 ◦ green 106 ◦ blue 206

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

Shades of Royal Blue #3D6ACE

Tints of Royal Blue #3D6ACE

RGB

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

 GREEN value IS 106 (41.8% from 255) = 28.42%

 BLUE value IS 206 (80.86% from 255) = 55.23%

R = 16.35%
G = 28.42%
B = 55.23%

CMYK

 C value IS 0.70

 M value IS 0.49

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3D6ACE (or 0x3D6ACE) is known color: Royal Blue. HEX triplet: 3D, 6A and CE. RGB value is (61,106,206). Sum of RGB (Red+Green+Blue) = 61+106+206=373 (49% of max value = 765). Red value is 61 (24.22% from 255 or 16.35% from 373); Green value is 106 (41.80% from 255 or 28.42% from 373); Blue value is 206 (80.86% from 255 or 55.23% from 373); Max value from RGB is 206 - color contains mainly: blue. Hex color #3D6ACE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D6ACE is #C29531. Grayscale: #676767. Windows color (decimal): -12752178 or 13527613. OLE color: 13527613.

HSL color Cylindrical-coordinate representation of color #3D6ACE: hue angle of 221.38º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3D6ACE is Cyan = 0.70, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 61 106 206 -
CMYK 0.70 0.49 0 0.19
HSL 221.38º 0.6% 0.52% -
HSV(B) 221.38º 0.7% 0.81% -
XYZ 18.22 15.76 60.47 -
YUV 103.95 185.59 97.37 -
System Red Green Blue C M Y K H S L
Decimal 61 106 206 0.70 0.49 0 0.19 221.38 0.6 0.52
Hex 3D 6A CE 46 31 0 13 DD 3C 34
Octal 75 152 316 106 61 0 23 335 74 64
Binary 111101 1101010 11001110 1000110 110001 0 10011 11011101 111100 110100

Color Harmonies of #3D6ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D6ACE

Black with #3D6ACE

Text Example


Text Example

White with #3D6ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,106,206); }

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

background-color css

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

 a { background-color: rgb(61,106,206); }

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

border-color css

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

 span { border-color: rgb(61,106,206); }

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