Html Css Color HEX #3A6CFE Royal Blue

📋 copy color: '#3A6CFE'

red 58 ◦ green 108 ◦ blue 254

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

Shades of Royal Blue #3A6CFE

Tints of Royal Blue #3A6CFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 60.48%

R = 13.81%
G = 25.71%
B = 60.48%

CMYK

 C value IS 0.77

 M value IS 0.57

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#3A6CFE (or 0x3A6CFE) is known color: Royal Blue. HEX triplet: 3A, 6C and FE. RGB value is (58,108,254). Sum of RGB (Red+Green+Blue) = 58+108+254=420 (55% of max value = 765). Red value is 58 (23.05% from 255 or 13.81% from 420); Green value is 108 (42.58% from 255 or 25.71% from 420); Blue value is 254 (99.61% from 255 or 60.48% from 420); Max value from RGB is 254 - color contains mainly: blue. Hex color #3A6CFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3A6CFE is #C59301. Grayscale: #6D6D6D. Windows color (decimal): -12948226 or 16673850. OLE color: 16673850.

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

Color convert

RGB 58 108 254 -
CMYK 0.77 0.57 0 0.00
HSL 224.69º 0.99% 0.61% -
HSV(B) 224.69º 0.77% 1% -
XYZ 25 18.78 96.07 -
YUV 109.69 209.44 91.13 -
System Red Green Blue C M Y K H S L
Decimal 58 108 254 0.77 0.57 0 0.00 224.69 0.99 0.61
Hex 3A 6C FE 4D 39 0 0 E1 63 3D
Octal 72 154 376 115 71 0 0 341 143 75
Binary 111010 1101100 11111110 1001101 111001 0 0 11100001 1100011 111101

Color Harmonies of #3A6CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A6CFE

Black with #3A6CFE

Text Example


Text Example

White with #3A6CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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