#3D64F2

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

Shades of Royal Blue #3D64F2

Tints of Royal Blue #3D64F2

Color information

#3D64F2 (or 0x3D64F2) is unknown color: approx Royal Blue. HEX triplet: 3D, 64 and F2. RGB value is (61,100,242). Sum of RGB (Red+Green+Blue) = 61+100+242=403 (53% of max value = 765). Red value is 61 (24.22% from 255 or 15.14% from 403); Green value is 100 (39.45% from 255 or 24.81% from 403); Blue value is 242 (94.92% from 255 or 60.05% from 403); Max value from RGB is 242 - color contains mainly: blue. Hex color #3D64F2 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3D64F2 is #C29B0D. Grayscale: #676767. Windows color (decimal): -12753678 or 15885373. OLE color: 15885373.

HSL color Cylindrical-coordinate representation of color #3D64F2: hue angle of 227.07º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3D64F2 is Cyan = 0.75, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB61100242-
CMYK0.750.5900.05
HSL227.07º87.44%59.41%-
HSV(B)227.07º74.79%94.9%-
XYZ22.5116.5286.01-
YUV104.53205.5896.95-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 15.14%
GREEN value IS 100 (39.45% from 255) = 24.81%
BLUE value IS 242 (94.92% from 255) = 60.05%
R=15.14%
G=24.81%
B=60.05%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal611002420.750.5900.05227.0787.4459.41
Hex3D64F24B3B05e3573b
Octal75144362113730534312773
Binary11110111001001111001010010111110110101111000111010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D64F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,100,242); }

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

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

 a { background-color: rgb(61,100,242); }

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

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

 span { border-color: rgb(61,100,242); }

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