#3875CE

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

Shades of Royal Blue #3875CE

Tints of Royal Blue #3875CE

Color information

#3875CE (or 0x3875CE) is unknown color: approx Royal Blue. HEX triplet: 38, 75 and CE. RGB value is (56,117,206). Sum of RGB (Red+Green+Blue) = 56+117+206=379 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.78% from 379); Green value is 117 (46.09% from 255 or 30.87% from 379); Blue value is 206 (80.86% from 255 or 54.35% from 379); Max value from RGB is 206 - color contains mainly: blue. Hex color #3875CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3875CE is #C78A31. Grayscale: #6C6C6C. Windows color (decimal): -13077042 or 13530424. OLE color: 13530424.

HSL color Cylindrical-coordinate representation of color #3875CE: hue angle of 215.6º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3875CE is Cyan = 0.73, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB56117206-
CMYK0.730.4300.19
HSL215.6º60.48%51.37%-
HSV(B)215.6º72.82%80.78%-
XYZ19.1318.0260.86-
YUV108.91182.7990.26-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 14.78%
GREEN value IS 117 (46.09% from 255) = 30.87%
BLUE value IS 206 (80.86% from 255) = 54.35%
R=14.78%
G=30.87%
B=54.35%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal561172060.730.4300.19215.660.4851.37
Hex3875CE492B013d83c33
Octal70165316111530233307463
Binary111000111010111001110100100110101101001111011000111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3875CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3875CE; }

 p { color: rgb(56,117,206); }

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

<style>
 a { background-color: #3875CE; }

 a { background-color: rgb(56,117,206); }

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

<style>
 span { border-color: #3875CE; }

 span { border-color: rgb(56,117,206); }

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