Html Css Color HEX #3A6DFF Royal Blue

📋 copy color: '#3A6DFF'

red 58 ◦ green 109 ◦ blue 255

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

Shades of Royal Blue #3A6DFF

Tints of Royal Blue #3A6DFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 60.43%

R = 13.74%
G = 25.83%
B = 60.43%

CMYK

 C value IS 0.77

 M value IS 0.57

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#3A6DFF (or 0x3A6DFF) is known color: Royal Blue. HEX triplet: 3A, 6D and FF. RGB value is (58,109,255). Sum of RGB (Red+Green+Blue) = 58+109+255=422 (55% of max value = 765). Red value is 58 (23.05% from 255 or 13.74% from 422); Green value is 109 (42.97% from 255 or 25.83% from 422); Blue value is 255 (100% from 255 or 60.43% from 422); Max value from RGB is 255 - color contains mainly: blue. Hex color #3A6DFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3A6DFF is #C59200. Grayscale: #6D6D6D. Windows color (decimal): -12947969 or 16739642. OLE color: 16739642.

HSL color Cylindrical-coordinate representation of color #3A6DFF: hue angle of 224.47º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3A6DFF is Cyan = 0.77, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 58 109 255 -
CMYK 0.77 0.57 0 0
HSL 224.47º 1% 0.61% -
HSV(B) 224.47º 0.77% 1% -
XYZ 25.26 19.06 96.95 -
YUV 110.4 209.6 90.63 -
System Red Green Blue C M Y K H S L
Decimal 58 109 255 0.77 0.57 0 0 224.47 1 0.61
Hex 3A 6D FF 4D 39 0 0 E0 64 3D
Octal 72 155 377 115 71 0 0 340 144 75
Binary 111010 1101101 11111111 1001101 111001 0 0 11100000 1100100 111101

Color Harmonies of #3A6DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A6DFF

Black with #3A6DFF

Text Example


Text Example

White with #3A6DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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