#3D60DC

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

Shades of Royal Blue #3D60DC

Tints of Royal Blue #3D60DC

Color information

#3D60DC (or 0x3D60DC) is unknown color: approx Royal Blue. HEX triplet: 3D, 60 and DC. RGB value is (61,96,220). Sum of RGB (Red+Green+Blue) = 61+96+220=377 (49% of max value = 765). Red value is 61 (24.22% from 255 or 16.18% from 377); Green value is 96 (37.89% from 255 or 25.46% from 377); Blue value is 220 (86.33% from 255 or 58.36% from 377); Max value from RGB is 220 - color contains mainly: blue. Hex color #3D60DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D60DC is #C29F23. Grayscale: #636363. Windows color (decimal): -12754724 or 14442557. OLE color: 14442557.

HSL color Cylindrical-coordinate representation of color #3D60DC: hue angle of 226.79º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3D60DC is Cyan = 0.72, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB6196220-
CMYK0.720.5600.14
HSL226.79º69.43%55.1%-
HSV(B)226.79º72.27%86.27%-
XYZ19.0314.5369.51-
YUV99.67195.9100.42-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 16.18%
GREEN value IS 96 (37.89% from 255) = 25.46%
BLUE value IS 220 (86.33% from 255) = 58.36%
R=16.18%
G=25.46%
B=58.36%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal61962200.720.5600.14226.7969.4355.1
Hex3D60DC48380Ee34537
Octal751403341107001634310567
Binary111101110000011011100100100011100001110111000111000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D60DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3D60DC; }

 p { color: rgb(61,96,220); }

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

<style>
 a { background-color: #3D60DC; }

 a { background-color: rgb(61,96,220); }

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

<style>
 span { border-color: #3D60DC; }

 span { border-color: rgb(61,96,220); }

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