Html Css Color HEX #3A6CDC Royal Blue

📋 copy color: '#3A6CDC'

red 58 ◦ green 108 ◦ blue 220

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

Shades of Royal Blue #3A6CDC

Tints of Royal Blue #3A6CDC

RGB

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

 GREEN value IS 108 (42.58% from 255) = 27.98%

 BLUE value IS 220 (86.33% from 255) = 56.99%

R = 15.03%
G = 27.98%
B = 56.99%

CMYK

 C value IS 0.74

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3A6CDC (or 0x3A6CDC) is known color: Royal Blue. HEX triplet: 3A, 6C and DC. RGB value is (58,108,220). Sum of RGB (Red+Green+Blue) = 58+108+220=386 (51% of max value = 765). Red value is 58 (23.05% from 255 or 15.03% from 386); Green value is 108 (42.58% from 255 or 27.98% from 386); Blue value is 220 (86.33% from 255 or 56.99% from 386); Max value from RGB is 220 - color contains mainly: blue. Hex color #3A6CDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A6CDC is #C59323. Grayscale: #696969. Windows color (decimal): -12948260 or 14445626. OLE color: 14445626.

HSL color Cylindrical-coordinate representation of color #3A6CDC: hue angle of 221.48º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3A6CDC is Cyan = 0.74, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 58 108 220 -
CMYK 0.74 0.51 0 0.14
HSL 221.48º 0.7% 0.55% -
HSV(B) 221.48º 0.74% 0.86% -
XYZ 20.03 16.79 69.9 -
YUV 105.82 192.44 93.89 -
System Red Green Blue C M Y K H S L
Decimal 58 108 220 0.74 0.51 0 0.14 221.48 0.7 0.55
Hex 3A 6C DC 4A 33 0 E DD 46 37
Octal 72 154 334 112 63 0 16 335 106 67
Binary 111010 1101100 11011100 1001010 110011 0 1110 11011101 1000110 110111

Color Harmonies of #3A6CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A6CDC

Black with #3A6CDC

Text Example


Text Example

White with #3A6CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,108,220); }

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

background-color css

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

 a { background-color: rgb(58,108,220); }

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

border-color css

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

 span { border-color: rgb(58,108,220); }

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