#3869CC

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

Shades of Royal Blue #3869CC

Tints of Royal Blue #3869CC

Color information

#3869CC (or 0x3869CC) is unknown color: approx Royal Blue. HEX triplet: 38, 69 and CC. RGB value is (56,105,204). Sum of RGB (Red+Green+Blue) = 56+105+204=365 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.34% from 365); Green value is 105 (41.41% from 255 or 28.77% from 365); Blue value is 204 (80.08% from 255 or 55.89% from 365); Max value from RGB is 204 - color contains mainly: blue. Hex color #3869CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3869CC is #C79633. Grayscale: #656565. Windows color (decimal): -13080116 or 13396280. OLE color: 13396280.

HSL color Cylindrical-coordinate representation of color #3869CC: hue angle of 220.14º degrees, saturation: 0.59, 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 #3869CC is Cyan = 0.73, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB56105204-
CMYK0.730.4900.2
HSL220.14º59.2%50.98%-
HSV(B)220.14º72.55%80%-
XYZ17.5815.359.15-
YUV101.64185.7795.45-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.34%
GREEN value IS 105 (41.41% from 255) = 28.77%
BLUE value IS 204 (80.08% from 255) = 55.89%
R=15.34%
G=28.77%
B=55.89%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal561052040.730.4900.2220.1459.250.98
Hex3869CC4931014dc3b33
Octal70151314111610243347363
Binary111000110100111001100100100111000101010011011100111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3869CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3869CC; }

 p { color: rgb(56,105,204); }

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

<style>
 a { background-color: #3869CC; }

 a { background-color: rgb(56,105,204); }

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

<style>
 span { border-color: #3869CC; }

 span { border-color: rgb(56,105,204); }

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