#3F6CCB

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

Shades of Royal Blue #3F6CCB

Tints of Royal Blue #3F6CCB

Color information

#3F6CCB (or 0x3F6CCB) is unknown color: approx Royal Blue. HEX triplet: 3F, 6C and CB. RGB value is (63,108,203). Sum of RGB (Red+Green+Blue) = 63+108+203=374 (49% of max value = 765). Red value is 63 (25% from 255 or 16.84% from 374); Green value is 108 (42.58% from 255 or 28.88% from 374); Blue value is 203 (79.69% from 255 or 54.28% from 374); Max value from RGB is 203 - color contains mainly: blue. Hex color #3F6CCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F6CCB is #C09334. Grayscale: #686868. Windows color (decimal): -12620597 or 13331519. OLE color: 13331519.

HSL color Cylindrical-coordinate representation of color #3F6CCB: hue angle of 220.71º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3F6CCB is Cyan = 0.69, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB63108203-
CMYK0.690.4700.20
HSL220.71º57.38%52.16%-
HSV(B)220.71º68.97%79.61%-
XYZ18.1916.0958.65-
YUV105.37183.0997.78-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 16.84%
GREEN value IS 108 (42.58% from 255) = 28.88%
BLUE value IS 203 (79.69% from 255) = 54.28%
R=16.84%
G=28.88%
B=54.28%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal631082030.690.4700.20220.7157.3852.16
Hex3F6CCB452F014dd3934
Octal77154313105570243357164
Binary111111110110011001011100010110111101010011011101111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,108,203); }

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

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

 a { background-color: rgb(63,108,203); }

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

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

 span { border-color: rgb(63,108,203); }

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