#3754DC

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

Shades of Royal Blue #3754DC

Tints of Royal Blue #3754DC

Color information

#3754DC (or 0x3754DC) is unknown color: approx Royal Blue. HEX triplet: 37, 54 and DC. RGB value is (55,84,220). Sum of RGB (Red+Green+Blue) = 55+84+220=359 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.32% from 359); Green value is 84 (33.20% from 255 or 23.40% from 359); Blue value is 220 (86.33% from 255 or 61.28% from 359); Max value from RGB is 220 - color contains mainly: blue. Hex color #3754DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3754DC is #C8AB23. Grayscale: #5A5A5A. Windows color (decimal): -13151012 or 14439479. OLE color: 14439479.

HSL color Cylindrical-coordinate representation of color #3754DC: hue angle of 229.45º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3754DC is Cyan = 0.75, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB5584220-
CMYK0.750.6200.14
HSL229.45º70.21%53.92%-
HSV(B)229.45º75%86.27%-
XYZ17.6612.3269.16-
YUV90.83200.89102.44-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 15.32%
GREEN value IS 84 (33.20% from 255) = 23.40%
BLUE value IS 220 (86.33% from 255) = 61.28%
R=15.32%
G=23.40%
B=61.28%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal55842200.750.6200.14229.4570.2153.92
Hex3754DC4B3E0Ee54636
Octal671243341137601634510666
Binary110111101010011011100100101111111001110111001011000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3754DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3754DC; }

 p { color: rgb(55,84,220); }

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

<style>
 a { background-color: #3754DC; }

 a { background-color: rgb(55,84,220); }

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

<style>
 span { border-color: #3754DC; }

 span { border-color: rgb(55,84,220); }

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