#3f60db

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

Shades of Royal Blue #3F60DB

Tints of Royal Blue #3F60DB

Color information

#3F60DB (or 0x3F60DB) is unknown color: approx Royal Blue. HEX triplet: 3F, 60 and DB. RGB value is (63,96,219). Sum of RGB (Red+Green+Blue) = 63+96+219=378 (50% of max value = 765). Red value is 63 (25% from 255 or 16.67% from 378); Green value is 96 (37.89% from 255 or 25.40% from 378); Blue value is 219 (85.94% from 255 or 57.94% from 378); Max value from RGB is 219 - color contains mainly: blue. Hex color #3F60DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F60DB is #C09F24. Grayscale: #636363. Windows color (decimal): -12623653 or 14377023. OLE color: 14377023.

HSL color Cylindrical-coordinate representation of color #3F60DB: hue angle of 227.31º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3F60DB is Cyan = 0.71, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB6396219-
CMYK0.710.5600.14
HSL227.31º68.42%55.29%-
HSV(B)227.31º71.23%85.88%-
XYZ19.0214.5468.82-
YUV100.16195.07101.5-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 16.67%
GREEN value IS 96 (37.89% from 255) = 25.40%
BLUE value IS 219 (85.94% from 255) = 57.94%
R=16.67%
G=25.40%
B=57.94%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal63962190.710.5600.14227.3168.4255.29
Hex3F60DB47380Ee34437
Octal771403331077001634310467
Binary111111110000011011011100011111100001110111000111000100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3f60db

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,96,219); }

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

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

 a { background-color: rgb(63,96,219); }

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

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

 span { border-color: rgb(63,96,219); }

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