#3D65F7

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

Shades of Royal Blue #3D65F7

Tints of Royal Blue #3D65F7

Color information

#3D65F7 (or 0x3D65F7) is unknown color: approx Royal Blue. HEX triplet: 3D, 65 and F7. RGB value is (61,101,247). Sum of RGB (Red+Green+Blue) = 61+101+247=409 (54% of max value = 765). Red value is 61 (24.22% from 255 or 14.91% from 409); Green value is 101 (39.84% from 255 or 24.69% from 409); Blue value is 247 (96.88% from 255 or 60.39% from 409); Max value from RGB is 247 - color contains mainly: blue. Hex color #3D65F7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3D65F7 is #C29A08. Grayscale: #696969. Windows color (decimal): -12753417 or 16213309. OLE color: 16213309.

HSL color Cylindrical-coordinate representation of color #3D65F7: hue angle of 227.1º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3D65F7 is Cyan = 0.75, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB61101247-
CMYK0.750.5900.03
HSL227.1º92.08%60.39%-
HSV(B)227.1º75.3%96.86%-
XYZ23.3717.0190.05-
YUV105.68207.7596.13-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 14.91%
GREEN value IS 101 (39.84% from 255) = 24.69%
BLUE value IS 247 (96.88% from 255) = 60.39%
R=14.91%
G=24.69%
B=60.39%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal611012470.750.5900.03227.192.0860.39
Hex3D65F74B3B03e35c3c
Octal75145367113730334313474
Binary1111011100101111101111001011111011011111000111011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D65F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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