Html Css Color HEX #3A6FCD Royal Blue

📋 copy color: '#3A6FCD'

red 58 ◦ green 111 ◦ blue 205

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

Shades of Royal Blue #3A6FCD

Tints of Royal Blue #3A6FCD

RGB

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

 GREEN value IS 111 (43.75% from 255) = 29.68%

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

R = 15.51%
G = 29.68%
B = 54.81%

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

#3A6FCD (or 0x3A6FCD) is known color: Royal Blue. HEX triplet: 3A, 6F and CD. RGB value is (58,111,205). Sum of RGB (Red+Green+Blue) = 58+111+205=374 (49% of max value = 765). Red value is 58 (23.05% from 255 or 15.51% from 374); Green value is 111 (43.75% from 255 or 29.68% from 374); Blue value is 205 (80.47% from 255 or 54.81% from 374); Max value from RGB is 205 - color contains mainly: blue. Hex color #3A6FCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A6FCD is #C59032. Grayscale: #696969. Windows color (decimal): -12947507 or 13463354. OLE color: 13463354.

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

Color convert

RGB 58 111 205 -
CMYK 0.72 0.46 0 0.20
HSL 218.37º 0.6% 0.52% -
HSV(B) 218.37º 0.72% 0.8% -
XYZ 18.45 16.68 60 -
YUV 105.87 183.94 93.86 -
System Red Green Blue C M Y K H S L
Decimal 58 111 205 0.72 0.46 0 0.20 218.37 0.6 0.52
Hex 3A 6F CD 48 2E 0 14 DA 3C 34
Octal 72 157 315 110 56 0 24 332 74 64
Binary 111010 1101111 11001101 1001000 101110 0 10100 11011010 111100 110100

Color Harmonies of #3A6FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A6FCD

Black with #3A6FCD

Text Example


Text Example

White with #3A6FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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