Html Css Color HEX #3A6ECD Royal Blue

📋 copy color: '#3A6ECD'

red 58 ◦ green 110 ◦ blue 205

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

Shades of Royal Blue #3A6ECD

Tints of Royal Blue #3A6ECD

RGB

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

 GREEN value IS 110 (43.36% from 255) = 29.49%

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

R = 15.55%
G = 29.49%
B = 54.96%

CMYK

 C value IS 0.72

 M value IS 0.46

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3A6ECD (or 0x3A6ECD) is known color: Royal Blue. HEX triplet: 3A, 6E and CD. RGB value is (58,110,205). Sum of RGB (Red+Green+Blue) = 58+110+205=373 (49% of max value = 765). Red value is 58 (23.05% from 255 or 15.55% from 373); Green value is 110 (43.36% from 255 or 29.49% from 373); Blue value is 205 (80.47% from 255 or 54.96% from 373); Max value from RGB is 205 - color contains mainly: blue. Hex color #3A6ECD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A6ECD is #C59132. Grayscale: #686868. Windows color (decimal): -12947763 or 13463098. OLE color: 13463098.

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

Color convert

RGB 58 110 205 -
CMYK 0.72 0.46 0 0.20
HSL 218.78º 0.6% 0.52% -
HSV(B) 218.78º 0.72% 0.8% -
XYZ 18.34 16.46 59.97 -
YUV 105.28 184.27 94.28 -
System Red Green Blue C M Y K H S L
Decimal 58 110 205 0.72 0.46 0 0.20 218.78 0.6 0.52
Hex 3A 6E CD 48 2E 0 14 DB 3C 34
Octal 72 156 315 110 56 0 24 333 74 64
Binary 111010 1101110 11001101 1001000 101110 0 10100 11011011 111100 110100

Color Harmonies of #3A6ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A6ECD

Black with #3A6ECD

Text Example


Text Example

White with #3A6ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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