Html Css Color HEX #3F65CE Royal Blue

📋 copy color: '#3F65CE'

red 63 ◦ green 101 ◦ blue 206

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

Shades of Royal Blue #3F65CE

Tints of Royal Blue #3F65CE

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.3%

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

R = 17.03%
G = 27.3%
B = 55.68%

CMYK

 C value IS 0.69

 M value IS 0.51

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3F65CE (or 0x3F65CE) is known color: Royal Blue. HEX triplet: 3F, 65 and CE. RGB value is (63,101,206). Sum of RGB (Red+Green+Blue) = 63+101+206=370 (49% of max value = 765). Red value is 63 (25% from 255 or 17.03% from 370); Green value is 101 (39.84% from 255 or 27.30% from 370); Blue value is 206 (80.86% from 255 or 55.68% from 370); Max value from RGB is 206 - color contains mainly: blue. Hex color #3F65CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F65CE is #C09A31. Grayscale: #656565. Windows color (decimal): -12622386 or 13526335. OLE color: 13526335.

HSL color Cylindrical-coordinate representation of color #3F65CE: hue angle of 224.06º 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 #3F65CE is Cyan = 0.69, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 63 101 206 -
CMYK 0.69 0.51 0 0.19
HSL 224.06º 0.59% 0.53% -
HSV(B) 224.06º 0.69% 0.81% -
XYZ 17.84 14.82 60.31 -
YUV 101.61 186.91 100.46 -
System Red Green Blue C M Y K H S L
Decimal 63 101 206 0.69 0.51 0 0.19 224.06 0.59 0.53
Hex 3F 65 CE 45 33 0 13 E0 3B 35
Octal 77 145 316 105 63 0 23 340 73 65
Binary 111111 1100101 11001110 1000101 110011 0 10011 11100000 111011 110101

Color Harmonies of #3F65CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F65CE

Black with #3F65CE

Text Example


Text Example

White with #3F65CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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