Html Css Color HEX #3A6DCD Royal Blue

📋 copy color: '#3A6DCD'

red 58 ◦ green 109 ◦ blue 205

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

Shades of Royal Blue #3A6DCD

Tints of Royal Blue #3A6DCD

RGB

 RED value IS 58 (23.05% from 255) = 15.59%

 GREEN value IS 109 (42.97% from 255) = 29.3%

 BLUE value IS 205 (80.47% from 255) = 55.11%

R = 15.59%
G = 29.3%
B = 55.11%

CMYK

 C value IS 0.72

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3A6DCD (or 0x3A6DCD) is known color: Royal Blue. HEX triplet: 3A, 6D and CD. RGB value is (58,109,205). Sum of RGB (Red+Green+Blue) = 58+109+205=372 (49% of max value = 765). Red value is 58 (23.05% from 255 or 15.59% from 372); Green value is 109 (42.97% from 255 or 29.30% from 372); Blue value is 205 (80.47% from 255 or 55.11% from 372); Max value from RGB is 205 - color contains mainly: blue. Hex color #3A6DCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A6DCD is #C59232. Grayscale: #686868. Windows color (decimal): -12948019 or 13462842. OLE color: 13462842.

HSL color Cylindrical-coordinate representation of color #3A6DCD: hue angle of 219.18º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3A6DCD is Cyan = 0.72, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 58 109 205 -
CMYK 0.72 0.47 0 0.20
HSL 219.18º 0.6% 0.52% -
HSV(B) 219.18º 0.72% 0.8% -
XYZ 18.23 16.24 59.93 -
YUV 104.7 184.6 94.69 -
System Red Green Blue C M Y K H S L
Decimal 58 109 205 0.72 0.47 0 0.20 219.18 0.6 0.52
Hex 3A 6D CD 48 2F 0 14 DB 3C 34
Octal 72 155 315 110 57 0 24 333 74 64
Binary 111010 1101101 11001101 1001000 101111 0 10100 11011011 111100 110100

Color Harmonies of #3A6DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A6DCD

Black with #3A6DCD

Text Example


Text Example

White with #3A6DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,109,205); }

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

background-color css

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

 a { background-color: rgb(58,109,205); }

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

border-color css

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

 span { border-color: rgb(58,109,205); }

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