Html Css Color HEX #3D65DC Royal Blue

📋 copy color: '#3D65DC'

red 61 ◦ green 101 ◦ blue 220

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

Shades of Royal Blue #3D65DC

Tints of Royal Blue #3D65DC

RGB

 RED value IS 61 (24.22% from 255) = 15.97%

 GREEN value IS 101 (39.84% from 255) = 26.44%

 BLUE value IS 220 (86.33% from 255) = 57.59%

R = 15.97%
G = 26.44%
B = 57.59%

CMYK

 C value IS 0.72

 M value IS 0.54

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3D65DC (or 0x3D65DC) is known color: Royal Blue. HEX triplet: 3D, 65 and DC. RGB value is (61,101,220). Sum of RGB (Red+Green+Blue) = 61+101+220=382 (50% of max value = 765). Red value is 61 (24.22% from 255 or 15.97% from 382); Green value is 101 (39.84% from 255 or 26.44% from 382); Blue value is 220 (86.33% from 255 or 57.59% from 382); Max value from RGB is 220 - color contains mainly: blue. Hex color #3D65DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D65DC is #C29A23. Grayscale: #666666. Windows color (decimal): -12753444 or 14443837. OLE color: 14443837.

HSL color Cylindrical-coordinate representation of color #3D65DC: hue angle of 224.91º 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 #3D65DC is Cyan = 0.72, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 61 101 220 -
CMYK 0.72 0.54 0 0.14
HSL 224.91º 0.69% 0.55% -
HSV(B) 224.91º 0.72% 0.86% -
XYZ 19.5 15.47 69.67 -
YUV 102.61 194.25 98.32 -
System Red Green Blue C M Y K H S L
Decimal 61 101 220 0.72 0.54 0 0.14 224.91 0.69 0.55
Hex 3D 65 DC 48 36 0 E E1 45 37
Octal 75 145 334 110 66 0 16 341 105 67
Binary 111101 1100101 11011100 1001000 110110 0 1110 11100001 1000101 110111

Color Harmonies of #3D65DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D65DC

Black with #3D65DC

Text Example


Text Example

White with #3D65DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3D65DC;
 }
 .AnyTagClassName
 {
   color: #3D65DC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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