Html Css Color HEX #3A73FD Royal Blue

📋 copy color: '#3A73FD'

red 58 ◦ green 115 ◦ blue 253

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

Shades of Royal Blue #3A73FD

Tints of Royal Blue #3A73FD

RGB

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

 GREEN value IS 115 (45.31% from 255) = 27%

 BLUE value IS 253 (99.22% from 255) = 59.39%

R = 13.62%
G = 27%
B = 59.39%

CMYK

 C value IS 0.77

 M value IS 0.55

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#3A73FD (or 0x3A73FD) is known color: Royal Blue. HEX triplet: 3A, 73 and FD. RGB value is (58,115,253). Sum of RGB (Red+Green+Blue) = 58+115+253=426 (56% of max value = 765). Red value is 58 (23.05% from 255 or 13.62% from 426); Green value is 115 (45.31% from 255 or 27.00% from 426); Blue value is 253 (99.22% from 255 or 59.39% from 426); Max value from RGB is 253 - color contains mainly: blue. Hex color #3A73FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3A73FD is #C58C02. Grayscale: #717171. Windows color (decimal): -12946435 or 16610106. OLE color: 16610106.

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

Color convert

RGB 58 115 253 -
CMYK 0.77 0.55 0 0.01
HSL 222.46º 0.98% 0.61% -
HSV(B) 222.46º 0.77% 0.99% -
XYZ 25.61 20.25 95.49 -
YUV 113.69 206.62 88.28 -
System Red Green Blue C M Y K H S L
Decimal 58 115 253 0.77 0.55 0 0.01 222.46 0.98 0.61
Hex 3A 73 FD 4D 37 0 1 DE 62 3D
Octal 72 163 375 115 67 0 1 336 142 75
Binary 111010 1110011 11111101 1001101 110111 0 1 11011110 1100010 111101

Color Harmonies of #3A73FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A73FD

Black with #3A73FD

Text Example


Text Example

White with #3A73FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,115,253); }

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

background-color css

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

 a { background-color: rgb(58,115,253); }

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

border-color css

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

 span { border-color: rgb(58,115,253); }

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