#3868CD

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

Shades of Royal Blue #3868CD

Tints of Royal Blue #3868CD

Color information

#3868CD (or 0x3868CD) is unknown color: approx Royal Blue. HEX triplet: 38, 68 and CD. RGB value is (56,104,205). Sum of RGB (Red+Green+Blue) = 56+104+205=365 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.34% from 365); Green value is 104 (41.02% from 255 or 28.49% from 365); Blue value is 205 (80.47% from 255 or 56.16% from 365); Max value from RGB is 205 - color contains mainly: blue. Hex color #3868CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3868CD is #C79732. Grayscale: #646464. Windows color (decimal): -13080371 or 13461560. OLE color: 13461560.

HSL color Cylindrical-coordinate representation of color #3868CD: hue angle of 220.67º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3868CD is Cyan = 0.73, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB56104205-
CMYK0.730.4900.20
HSL220.67º59.84%51.18%-
HSV(B)220.67º72.68%80.39%-
XYZ17.615.1559.75-
YUV101.16186.695.79-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.34%
GREEN value IS 104 (41.02% from 255) = 28.49%
BLUE value IS 205 (80.47% from 255) = 56.16%
R=15.34%
G=28.49%
B=56.16%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal561042050.730.4900.20220.6759.8451.18
Hex3868CD4931014dd3c33
Octal70150315111610243357463
Binary111000110100011001101100100111000101010011011101111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3868CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3868CD; }

 p { color: rgb(56,104,205); }

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

<style>
 a { background-color: #3868CD; }

 a { background-color: rgb(56,104,205); }

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

<style>
 span { border-color: #3868CD; }

 span { border-color: rgb(56,104,205); }

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