#3F65D5

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

Shades of Royal Blue #3F65D5

Tints of Royal Blue #3F65D5

Color information

#3F65D5 (or 0x3F65D5) is unknown color: approx Royal Blue. HEX triplet: 3F, 65 and D5. RGB value is (63,101,213). Sum of RGB (Red+Green+Blue) = 63+101+213=377 (49% of max value = 765). Red value is 63 (25% from 255 or 16.71% from 377); Green value is 101 (39.84% from 255 or 26.79% from 377); Blue value is 213 (83.59% from 255 or 56.50% from 377); Max value from RGB is 213 - color contains mainly: blue. Hex color #3F65D5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F65D5 is #C09A2A. Grayscale: #656565. Windows color (decimal): -12622379 or 13985087. OLE color: 13985087.

HSL color Cylindrical-coordinate representation of color #3F65D5: hue angle of 224.8º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3F65D5 is Cyan = 0.70, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB63101213-
CMYK0.700.5300.16
HSL224.8º64.1%54.12%-
HSV(B)224.8º70.42%83.53%-
XYZ18.7115.1764.89-
YUV102.41190.4199.89-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 16.71%
GREEN value IS 101 (39.84% from 255) = 26.79%
BLUE value IS 213 (83.59% from 255) = 56.50%
R=16.71%
G=26.79%
B=56.50%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal631012130.700.5300.16224.864.154.12
Hex3F65D54635010e14036
Octal771453251066502034110066
Binary1111111100101110101011000110110101010000111000011000000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F65D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,101,213); }

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

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

 a { background-color: rgb(63,101,213); }

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

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

 span { border-color: rgb(63,101,213); }

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