Html Css Color HEX #3D65F9 Royal Blue

📋 copy color: '#3D65F9'

red 61 ◦ green 101 ◦ blue 249

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

Shades of Royal Blue #3D65F9

Tints of Royal Blue #3D65F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 60.58%

R = 14.84%
G = 24.57%
B = 60.58%

CMYK

 C value IS 0.76

 M value IS 0.59

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3D65F9 (or 0x3D65F9) is known color: Royal Blue. HEX triplet: 3D, 65 and F9. RGB value is (61,101,249). Sum of RGB (Red+Green+Blue) = 61+101+249=411 (54% of max value = 765). Red value is 61 (24.22% from 255 or 14.84% from 411); Green value is 101 (39.84% from 255 or 24.57% from 411); Blue value is 249 (97.66% from 255 or 60.58% from 411); Max value from RGB is 249 - color contains mainly: blue. Hex color #3D65F9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3D65F9 is #C29A06. Grayscale: #696969. Windows color (decimal): -12753415 or 16344381. OLE color: 16344381.

HSL color Cylindrical-coordinate representation of color #3D65F9: hue angle of 227.23º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3D65F9 is Cyan = 0.76, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 61 101 249 -
CMYK 0.76 0.59 0 0.02
HSL 227.23º 0.94% 0.61% -
HSV(B) 227.23º 0.76% 0.98% -
XYZ 23.68 17.14 91.68 -
YUV 105.91 208.75 95.97 -
System Red Green Blue C M Y K H S L
Decimal 61 101 249 0.76 0.59 0 0.02 227.23 0.94 0.61
Hex 3D 65 F9 4C 3B 0 2 E3 5E 3D
Octal 75 145 371 114 73 0 2 343 136 75
Binary 111101 1100101 11111001 1001100 111011 0 10 11100011 1011110 111101

Color Harmonies of #3D65F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D65F9

Black with #3D65F9

Text Example


Text Example

White with #3D65F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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