#3858DD

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

Shades of Royal Blue #3858DD

Tints of Royal Blue #3858DD

Color information

#3858DD (or 0x3858DD) is unknown color: approx Royal Blue. HEX triplet: 38, 58 and DD. RGB value is (56,88,221). Sum of RGB (Red+Green+Blue) = 56+88+221=365 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.34% from 365); Green value is 88 (34.77% from 255 or 24.11% from 365); Blue value is 221 (86.72% from 255 or 60.55% from 365); Max value from RGB is 221 - color contains mainly: blue. Hex color #3858DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3858DD is #C7A722. Grayscale: #5D5D5D. Windows color (decimal): -13084451 or 14506040. OLE color: 14506040.

HSL color Cylindrical-coordinate representation of color #3858DD: hue angle of 228.36º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3858DD is Cyan = 0.75, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB5688221-
CMYK0.750.6000.13
HSL228.36º70.82%54.31%-
HSV(B)228.36º74.66%86.67%-
XYZ18.1713.0469.97-
YUV93.59199.9101.19-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.34%
GREEN value IS 88 (34.77% from 255) = 24.11%
BLUE value IS 221 (86.72% from 255) = 60.55%
R=15.34%
G=24.11%
B=60.55%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal56882210.750.6000.13228.3670.8254.31
Hex3858DD4B3C0De44736
Octal701303351137401534410766
Binary111000101100011011101100101111110001101111001001000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3858DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3858DD; }

 p { color: rgb(56,88,221); }

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

<style>
 a { background-color: #3858DD; }

 a { background-color: rgb(56,88,221); }

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

<style>
 span { border-color: #3858DD; }

 span { border-color: rgb(56,88,221); }

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