Html Css Color HEX #3A6BFE Royal Blue

📋 copy color: '#3A6BFE'

red 58 ◦ green 107 ◦ blue 254

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

Shades of Royal Blue #3A6BFE

Tints of Royal Blue #3A6BFE

RGB

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

 GREEN value IS 107 (42.19% from 255) = 25.54%

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

R = 13.84%
G = 25.54%
B = 60.62%

CMYK

 C value IS 0.77

 M value IS 0.58

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#3A6BFE (or 0x3A6BFE) is known color: Royal Blue. HEX triplet: 3A, 6B and FE. RGB value is (58,107,254). Sum of RGB (Red+Green+Blue) = 58+107+254=419 (55% of max value = 765). Red value is 58 (23.05% from 255 or 13.84% from 419); Green value is 107 (42.19% from 255 or 25.54% from 419); Blue value is 254 (99.61% from 255 or 60.62% from 419); Max value from RGB is 254 - color contains mainly: blue. Hex color #3A6BFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3A6BFE is #C59401. Grayscale: #6C6C6C. Windows color (decimal): -12948482 or 16673594. OLE color: 16673594.

HSL color Cylindrical-coordinate representation of color #3A6BFE: hue angle of 225º 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 #3A6BFE is Cyan = 0.77, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 58 107 254 -
CMYK 0.77 0.58 0 0.00
HSL 225º 0.99% 0.61% -
HSV(B) 225º 0.77% 1% -
XYZ 24.89 18.57 96.04 -
YUV 109.11 209.77 91.55 -
System Red Green Blue C M Y K H S L
Decimal 58 107 254 0.77 0.58 0 0.00 225 0.99 0.61
Hex 3A 6B FE 4D 3A 0 0 E1 63 3D
Octal 72 153 376 115 72 0 0 341 143 75
Binary 111010 1101011 11111110 1001101 111010 0 0 11100001 1100011 111101

Color Harmonies of #3A6BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A6BFE

Black with #3A6BFE

Text Example


Text Example

White with #3A6BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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