Html Css Color HEX #3D60DC Royal Blue

📋 copy color: '#3D60DC'

red 61 ◦ green 96 ◦ blue 220

#3D60DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Blue #3D60DC

Tints of Royal Blue #3D60DC

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 value IS 0.72

 M value IS 0.56

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3D60DC (or 0x3D60DC) is known color: 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

RGB 61 96 220 -
CMYK 0.72 0.56 0 0.14
HSL 226.79º 0.69% 0.55% -
HSV(B) 226.79º 0.72% 0.86% -
XYZ 19.03 14.53 69.51 -
YUV 99.67 195.9 100.42 -
System Red Green Blue C M Y K H S L
Decimal 61 96 220 0.72 0.56 0 0.14 226.79 0.69 0.55
Hex 3D 60 DC 48 38 0 E E3 45 37
Octal 75 140 334 110 70 0 16 343 105 67
Binary 111101 1100000 11011100 1001000 111000 0 1110 11100011 1000101 110111

Color Harmonies of #3D60DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D60DC

Black with #3D60DC

Text Example


Text Example

White with #3D60DC

Text Example


Text Example

HTML Codes & Css Web 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>