#3A73CB

Color #3A73CB Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #3A73CB

Tints of Royal Blue #3A73CB

Color information

#3A73CB (or 0x3A73CB) is unknown color: approx Royal Blue. HEX triplet: 3A, 73 and CB. RGB value is (58,115,203). Sum of RGB (Red+Green+Blue) = 58+115+203=376 (49% of max value = 765). Red value is 58 (23.05% from 255 or 15.43% from 376); Green value is 115 (45.31% from 255 or 30.59% from 376); Blue value is 203 (79.69% from 255 or 53.99% from 376); Max value from RGB is 203 - color contains mainly: blue. Hex color #3A73CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A73CB is #C58C34. Grayscale: #6B6B6B. Windows color (decimal): -12946485 or 13333306. OLE color: 13333306.

HSL color Cylindrical-coordinate representation of color #3A73CB: hue angle of 216.41º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3A73CB is Cyan = 0.71, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB58115203-
CMYK0.710.4300.20
HSL216.41º58.23%51.18%-
HSV(B)216.41º71.43%79.61%-
XYZ18.6617.4758.89-
YUV107.99181.6292.34-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 15.43%
GREEN value IS 115 (45.31% from 255) = 30.59%
BLUE value IS 203 (79.69% from 255) = 53.99%
R=15.43%
G=30.59%
B=53.99%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal581152030.710.4300.20216.4158.2351.18
Hex3A73CB472B014d83a33
Octal72163313107530243307263
Binary111010111001111001011100011110101101010011011000111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A73CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #3A73CB;
 }
 .AnyTagClassName
 {
   color: #3A73CB;
 }
</style>
background-color css

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

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

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

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

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

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