Html Css Color HEX #3A73CD Royal Blue

📋 copy color: '#3A73CD'

red 58 ◦ green 115 ◦ blue 205

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

Shades of Royal Blue #3A73CD

Tints of Royal Blue #3A73CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 54.23%

R = 15.34%
G = 30.42%
B = 54.23%

CMYK

 C value IS 0.72

 M value IS 0.44

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3A73CD (or 0x3A73CD) is known color: Royal Blue. HEX triplet: 3A, 73 and CD. RGB value is (58,115,205). Sum of RGB (Red+Green+Blue) = 58+115+205=378 (50% of max value = 765). Red value is 58 (23.05% from 255 or 15.34% from 378); Green value is 115 (45.31% from 255 or 30.42% from 378); Blue value is 205 (80.47% from 255 or 54.23% from 378); Max value from RGB is 205 - color contains mainly: blue. Hex color #3A73CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A73CD is #C58C32. Grayscale: #6B6B6B. Windows color (decimal): -12946483 or 13464378. OLE color: 13464378.

HSL color Cylindrical-coordinate representation of color #3A73CD: hue angle of 216.73º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3A73CD is Cyan = 0.72, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 58 115 205 -
CMYK 0.72 0.44 0 0.20
HSL 216.73º 0.6% 0.52% -
HSV(B) 216.73º 0.72% 0.8% -
XYZ 18.9 17.57 60.15 -
YUV 108.22 182.62 92.18 -
System Red Green Blue C M Y K H S L
Decimal 58 115 205 0.72 0.44 0 0.20 216.73 0.6 0.52
Hex 3A 73 CD 48 2C 0 14 D9 3C 34
Octal 72 163 315 110 54 0 24 331 74 64
Binary 111010 1110011 11001101 1001000 101100 0 10100 11011001 111100 110100

Color Harmonies of #3A73CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A73CD

Black with #3A73CD

Text Example


Text Example

White with #3A73CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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