Html Css Color HEX #3D65CF Royal Blue

📋 copy color: '#3D65CF'

red 61 ◦ green 101 ◦ blue 207

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

Shades of Royal Blue #3D65CF

Tints of Royal Blue #3D65CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 56.1%

R = 16.53%
G = 27.37%
B = 56.1%

CMYK

 C value IS 0.71

 M value IS 0.51

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3D65CF (or 0x3D65CF) is known color: Royal Blue. HEX triplet: 3D, 65 and CF. RGB value is (61,101,207). Sum of RGB (Red+Green+Blue) = 61+101+207=369 (48% of max value = 765). Red value is 61 (24.22% from 255 or 16.53% from 369); Green value is 101 (39.84% from 255 or 27.37% from 369); Blue value is 207 (81.25% from 255 or 56.10% from 369); Max value from RGB is 207 - color contains mainly: blue. Hex color #3D65CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D65CF is #C29A30. Grayscale: #646464. Windows color (decimal): -12753457 or 13591869. OLE color: 13591869.

HSL color Cylindrical-coordinate representation of color #3D65CF: hue angle of 223.56º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3D65CF is Cyan = 0.71, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 61 101 207 -
CMYK 0.71 0.51 0 0.19
HSL 223.56º 0.6% 0.53% -
HSV(B) 223.56º 0.71% 0.81% -
XYZ 17.84 14.8 60.95 -
YUV 101.12 187.75 99.38 -
System Red Green Blue C M Y K H S L
Decimal 61 101 207 0.71 0.51 0 0.19 223.56 0.6 0.53
Hex 3D 65 CF 47 33 0 13 E0 3C 35
Octal 75 145 317 107 63 0 23 340 74 65
Binary 111101 1100101 11001111 1000111 110011 0 10011 11100000 111100 110101

Color Harmonies of #3D65CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D65CF

Black with #3D65CF

Text Example


Text Example

White with #3D65CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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