#3A85E0

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

Shades of Royal Blue #3A85E0

Tints of Royal Blue #3A85E0

Color information

#3A85E0 (or 0x3A85E0) is unknown color: approx Royal Blue. HEX triplet: 3A, 85 and E0. RGB value is (58,133,224). Sum of RGB (Red+Green+Blue) = 58+133+224=415 (54% of max value = 765). Red value is 58 (23.05% from 255 or 13.98% from 415); Green value is 133 (52.34% from 255 or 32.05% from 415); Blue value is 224 (87.89% from 255 or 53.98% from 415); Max value from RGB is 224 - color contains mainly: blue. Hex color #3A85E0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3A85E0 is #C57A1F. Grayscale: #787878. Windows color (decimal): -12941856 or 14714170. OLE color: 14714170.

HSL color Cylindrical-coordinate representation of color #3A85E0: hue angle of 212.89º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3A85E0 is Cyan = 0.74, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB58133224-
CMYK0.740.4100.12
HSL212.89º72.81%55.29%-
HSV(B)212.89º74.11%87.84%-
XYZ23.5923.0673.73-
YUV120.95186.1583.1-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 13.98%
GREEN value IS 133 (52.34% from 255) = 32.05%
BLUE value IS 224 (87.89% from 255) = 53.98%
R=13.98%
G=32.05%
B=53.98%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal581332240.740.4100.12212.8972.8155.29
Hex3A85E04A290Cd54937
Octal722053401125101432511167
Binary1110101000010111100000100101010100101100110101011001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A85E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,133,224); }

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

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

 a { background-color: rgb(58,133,224); }

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

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

 span { border-color: rgb(58,133,224); }

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