#3E74CC

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

Shades of Royal Blue #3E74CC

Tints of Royal Blue #3E74CC

Color information

#3E74CC (or 0x3E74CC) is unknown color: approx Royal Blue. HEX triplet: 3E, 74 and CC. RGB value is (62,116,204). Sum of RGB (Red+Green+Blue) = 62+116+204=382 (50% of max value = 765). Red value is 62 (24.61% from 255 or 16.23% from 382); Green value is 116 (45.70% from 255 or 30.37% from 382); Blue value is 204 (80.08% from 255 or 53.40% from 382); Max value from RGB is 204 - color contains mainly: blue. Hex color #3E74CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E74CC is #C18B33. Grayscale: #6D6D6D. Windows color (decimal): -12684084 or 13399102. OLE color: 13399102.

HSL color Cylindrical-coordinate representation of color #3E74CC: hue angle of 217.18º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3E74CC is Cyan = 0.70, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB62116204-
CMYK0.700.4300.2
HSL217.18º58.2%52.16%-
HSV(B)217.18º69.61%80%-
XYZ19.1317.8759.57-
YUV109.89181.1193.84-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 16.23%
GREEN value IS 116 (45.70% from 255) = 30.37%
BLUE value IS 204 (80.08% from 255) = 53.40%
R=16.23%
G=30.37%
B=53.40%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal621162040.700.4300.2217.1858.252.16
Hex3E74CC462B014d93a34
Octal76164314106530243317264
Binary111110111010011001100100011010101101010011011001111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E74CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,116,204); }

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

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

 a { background-color: rgb(62,116,204); }

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

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

 span { border-color: rgb(62,116,204); }

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