#3D68E0

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

Shades of Royal Blue #3D68E0

Tints of Royal Blue #3D68E0

Color information

#3D68E0 (or 0x3D68E0) is unknown color: approx Royal Blue. HEX triplet: 3D, 68 and E0. RGB value is (61,104,224). Sum of RGB (Red+Green+Blue) = 61+104+224=389 (51% of max value = 765). Red value is 61 (24.22% from 255 or 15.68% from 389); Green value is 104 (41.02% from 255 or 26.74% from 389); Blue value is 224 (87.89% from 255 or 57.58% from 389); Max value from RGB is 224 - color contains mainly: blue. Hex color #3D68E0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D68E0 is #C2971F. Grayscale: #686868. Windows color (decimal): -12752672 or 14706749. OLE color: 14706749.

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

Color convert

RGB61104224-
CMYK0.730.5400.12
HSL224.17º72.44%55.88%-
HSV(B)224.17º72.77%87.84%-
XYZ20.3316.2772.59-
YUV104.82195.2596.74-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 15.68%
GREEN value IS 104 (41.02% from 255) = 26.74%
BLUE value IS 224 (87.89% from 255) = 57.58%
R=15.68%
G=26.74%
B=57.58%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal611042240.730.5400.12224.1772.4455.88
Hex3D68E049360Ce04838
Octal751503401116601434011070
Binary111101110100011100000100100111011001100111000001001000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D68E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,104,224); }

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

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

 a { background-color: rgb(61,104,224); }

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

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

 span { border-color: rgb(61,104,224); }

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