#3a7ce4

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

Shades of Royal Blue #3A7CE4

Tints of Royal Blue #3A7CE4

Color information

#3A7CE4 (or 0x3A7CE4) is unknown color: approx Royal Blue. HEX triplet: 3A, 7C and E4. RGB value is (58,124,228). Sum of RGB (Red+Green+Blue) = 58+124+228=410 (54% of max value = 765). Red value is 58 (23.05% from 255 or 14.15% from 410); Green value is 124 (48.83% from 255 or 30.24% from 410); Blue value is 228 (89.45% from 255 or 55.61% from 410); Max value from RGB is 228 - color contains mainly: blue. Hex color #3A7CE4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A7CE4 is #C5831B. Grayscale: #737373. Windows color (decimal): -12944156 or 14974010. OLE color: 14974010.

HSL color Cylindrical-coordinate representation of color #3A7CE4: hue angle of 216.71º degrees, saturation: 0.76, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3A7CE4 is Cyan = 0.75, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB58124228-
CMYK0.750.4600.11
HSL216.71º75.89%56.08%-
HSV(B)216.71º74.56%89.41%-
XYZ22.9620.9276.23-
YUV116.12191.1386.54-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 14.15%
GREEN value IS 124 (48.83% from 255) = 30.24%
BLUE value IS 228 (89.45% from 255) = 55.61%
R=14.15%
G=30.24%
B=55.61%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal581242280.750.4600.11216.7175.8956.08
Hex3A7CE44B2E0Bd94c38
Octal721743441135601333111470
Binary111010111110011100100100101110111001011110110011001100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3a7ce4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,124,228); }

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

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

 a { background-color: rgb(58,124,228); }

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

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

 span { border-color: rgb(58,124,228); }

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