Html Css Color HEX #3F66CE Royal Blue

📋 copy color: '#3F66CE'

red 63 ◦ green 102 ◦ blue 206

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

Shades of Royal Blue #3F66CE

Tints of Royal Blue #3F66CE

RGB

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

 GREEN value IS 102 (40.23% from 255) = 27.49%

 BLUE value IS 206 (80.86% from 255) = 55.53%

R = 16.98%
G = 27.49%
B = 55.53%

CMYK

 C value IS 0.69

 M value IS 0.50

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3F66CE (or 0x3F66CE) is known color: Royal Blue. HEX triplet: 3F, 66 and CE. RGB value is (63,102,206). Sum of RGB (Red+Green+Blue) = 63+102+206=371 (49% of max value = 765). Red value is 63 (25% from 255 or 16.98% from 371); Green value is 102 (40.23% from 255 or 27.49% from 371); Blue value is 206 (80.86% from 255 or 55.53% from 371); Max value from RGB is 206 - color contains mainly: blue. Hex color #3F66CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F66CE is #C09931. Grayscale: #656565. Windows color (decimal): -12622130 or 13526591. OLE color: 13526591.

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

Color convert

RGB 63 102 206 -
CMYK 0.69 0.50 0 0.19
HSL 223.64º 0.59% 0.53% -
HSV(B) 223.64º 0.69% 0.81% -
XYZ 17.94 15.02 60.35 -
YUV 102.2 186.58 100.04 -
System Red Green Blue C M Y K H S L
Decimal 63 102 206 0.69 0.50 0 0.19 223.64 0.59 0.53
Hex 3F 66 CE 45 32 0 13 E0 3B 35
Octal 77 146 316 105 62 0 23 340 73 65
Binary 111111 1100110 11001110 1000101 110010 0 10011 11100000 111011 110101

Color Harmonies of #3F66CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F66CE

Black with #3F66CE

Text Example


Text Example

White with #3F66CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,102,206); }

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

background-color css

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

 a { background-color: rgb(63,102,206); }

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

border-color css

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

 span { border-color: rgb(63,102,206); }

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