Html Css Color HEX #3F6FCD Royal Blue

📋 copy color: '#3F6FCD'

red 63 ◦ green 111 ◦ blue 205

#3F6FCD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Blue #3F6FCD

Tints of Royal Blue #3F6FCD

RGB

 RED value IS 63 (25% from 255) = 16.62%

 GREEN value IS 111 (43.75% from 255) = 29.29%

 BLUE value IS 205 (80.47% from 255) = 54.09%

R = 16.62%
G = 29.29%
B = 54.09%

CMYK

 C value IS 0.69

 M value IS 0.46

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3F6FCD (or 0x3F6FCD) is known color: Royal Blue. HEX triplet: 3F, 6F and CD. RGB value is (63,111,205). Sum of RGB (Red+Green+Blue) = 63+111+205=379 (50% of max value = 765). Red value is 63 (25% from 255 or 16.62% from 379); Green value is 111 (43.75% from 255 or 29.29% from 379); Blue value is 205 (80.47% from 255 or 54.09% from 379); Max value from RGB is 205 - color contains mainly: blue. Hex color #3F6FCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F6FCD is #C09032. Grayscale: #6A6A6A. Windows color (decimal): -12619827 or 13463359. OLE color: 13463359.

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

Color convert

RGB 63 111 205 -
CMYK 0.69 0.46 0 0.20
HSL 219.72º 0.59% 0.53% -
HSV(B) 219.72º 0.69% 0.8% -
XYZ 18.75 16.83 60.02 -
YUV 107.36 183.1 96.36 -
System Red Green Blue C M Y K H S L
Decimal 63 111 205 0.69 0.46 0 0.20 219.72 0.59 0.53
Hex 3F 6F CD 45 2E 0 14 DC 3B 35
Octal 77 157 315 105 56 0 24 334 73 65
Binary 111111 1101111 11001101 1000101 101110 0 10100 11011100 111011 110101

Color Harmonies of #3F6FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F6FCD

Black with #3F6FCD

Text Example


Text Example

White with #3F6FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,111,205); }

 H1.HeaderClassName
 {
   color: #3F6FCD;
 }
 .AnyTagClassName
 {
   color: #3F6FCD;
 }
</style>

background-color css

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

 a { background-color: rgb(63,111,205); }

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

border-color css

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

 span { border-color: rgb(63,111,205); }

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