Html Css Color HEX #3A6AEF Royal Blue

📋 copy color: '#3A6AEF'

red 58 ◦ green 106 ◦ blue 239

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

Shades of Royal Blue #3A6AEF

Tints of Royal Blue #3A6AEF

RGB

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

 GREEN value IS 106 (41.8% from 255) = 26.3%

 BLUE value IS 239 (93.75% from 255) = 59.31%

R = 14.39%
G = 26.3%
B = 59.31%

CMYK

 C value IS 0.76

 M value IS 0.56

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#3A6AEF (or 0x3A6AEF) is known color: Royal Blue. HEX triplet: 3A, 6A and EF. RGB value is (58,106,239). Sum of RGB (Red+Green+Blue) = 58+106+239=403 (53% of max value = 765). Red value is 58 (23.05% from 255 or 14.39% from 403); Green value is 106 (41.80% from 255 or 26.30% from 403); Blue value is 239 (93.75% from 255 or 59.31% from 403); Max value from RGB is 239 - color contains mainly: blue. Hex color #3A6AEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3A6AEF is #C59510. Grayscale: #6A6A6A. Windows color (decimal): -12948753 or 15690298. OLE color: 15690298.

HSL color Cylindrical-coordinate representation of color #3A6AEF: hue angle of 224.09º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3A6AEF is Cyan = 0.76, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 58 106 239 -
CMYK 0.76 0.56 0 0.06
HSL 224.09º 0.85% 0.58% -
HSV(B) 224.09º 0.76% 0.94% -
XYZ 22.48 17.44 83.84 -
YUV 106.81 202.6 93.19 -
System Red Green Blue C M Y K H S L
Decimal 58 106 239 0.76 0.56 0 0.06 224.09 0.85 0.58
Hex 3A 6A EF 4C 38 0 6 E0 55 3A
Octal 72 152 357 114 70 0 6 340 125 72
Binary 111010 1101010 11101111 1001100 111000 0 110 11100000 1010101 111010

Color Harmonies of #3A6AEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A6AEF

Black with #3A6AEF

Text Example


Text Example

White with #3A6AEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,106,239); }

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

background-color css

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

 a { background-color: rgb(58,106,239); }

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

border-color css

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

 span { border-color: rgb(58,106,239); }

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