Html Css Color HEX #3F74CE Royal Blue

📋 copy color: '#3F74CE'

red 63 ◦ green 116 ◦ blue 206

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

Shades of Royal Blue #3F74CE

Tints of Royal Blue #3F74CE

RGB

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

 GREEN value IS 116 (45.7% from 255) = 30.13%

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

R = 16.36%
G = 30.13%
B = 53.51%

CMYK

 C value IS 0.69

 M value IS 0.44

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3F74CE (or 0x3F74CE) is known color: Royal Blue. HEX triplet: 3F, 74 and CE. RGB value is (63,116,206). Sum of RGB (Red+Green+Blue) = 63+116+206=385 (50% of max value = 765). Red value is 63 (25% from 255 or 16.36% from 385); Green value is 116 (45.70% from 255 or 30.13% from 385); Blue value is 206 (80.86% from 255 or 53.51% from 385); Max value from RGB is 206 - color contains mainly: blue. Hex color #3F74CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F74CE is #C08B31. Grayscale: #6E6E6E. Windows color (decimal): -12618546 or 13530175. OLE color: 13530175.

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

Color convert

RGB 63 116 206 -
CMYK 0.69 0.44 0 0.19
HSL 217.76º 0.59% 0.53% -
HSV(B) 217.76º 0.69% 0.81% -
XYZ 19.44 18 60.84 -
YUV 110.41 181.94 94.18 -
System Red Green Blue C M Y K H S L
Decimal 63 116 206 0.69 0.44 0 0.19 217.76 0.59 0.53
Hex 3F 74 CE 45 2C 0 13 DA 3B 35
Octal 77 164 316 105 54 0 23 332 73 65
Binary 111111 1110100 11001110 1000101 101100 0 10011 11011010 111011 110101

Color Harmonies of #3F74CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F74CE

Black with #3F74CE

Text Example


Text Example

White with #3F74CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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