#3E75CB

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

Shades of Royal Blue #3E75CB

Tints of Royal Blue #3E75CB

Color information

#3E75CB (or 0x3E75CB) is unknown color: approx Royal Blue. HEX triplet: 3E, 75 and CB. RGB value is (62,117,203). Sum of RGB (Red+Green+Blue) = 62+117+203=382 (50% of max value = 765). Red value is 62 (24.61% from 255 or 16.23% from 382); Green value is 117 (46.09% from 255 or 30.63% from 382); Blue value is 203 (79.69% from 255 or 53.14% from 382); Max value from RGB is 203 - color contains mainly: blue. Hex color #3E75CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E75CB is #C18A34. Grayscale: #6D6D6D. Windows color (decimal): -12683829 or 13333822. OLE color: 13333822.

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

Color convert

RGB62117203-
CMYK0.690.4200.20
HSL216.6º57.55%51.96%-
HSV(B)216.6º69.46%79.61%-
XYZ19.1318.0658.98-
YUV110.36180.2893.51-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 16.23%
GREEN value IS 117 (46.09% from 255) = 30.63%
BLUE value IS 203 (79.69% from 255) = 53.14%
R=16.23%
G=30.63%
B=53.14%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal621172030.690.4200.20216.657.5551.96
Hex3E75CB452A014d93a34
Octal76165313105520243317264
Binary111110111010111001011100010110101001010011011001111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E75CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,117,203); }

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

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

 a { background-color: rgb(62,117,203); }

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

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

 span { border-color: rgb(62,117,203); }

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