Html Css Color HEX #3F74CC Royal Blue

📋 copy color: '#3F74CC'

red 63 ◦ green 116 ◦ blue 204

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

Shades of Royal Blue #3F74CC

Tints of Royal Blue #3F74CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 53.26%

R = 16.45%
G = 30.29%
B = 53.26%

CMYK

 C value IS 0.69

 M value IS 0.43

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3F74CC (or 0x3F74CC) is known color: Royal Blue. HEX triplet: 3F, 74 and CC. RGB value is (63,116,204). Sum of RGB (Red+Green+Blue) = 63+116+204=383 (50% of max value = 765). Red value is 63 (25% from 255 or 16.45% from 383); Green value is 116 (45.70% from 255 or 30.29% from 383); Blue value is 204 (80.08% from 255 or 53.26% from 383); Max value from RGB is 204 - color contains mainly: blue. Hex color #3F74CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F74CC is #C08B33. Grayscale: #6D6D6D. Windows color (decimal): -12618548 or 13399103. OLE color: 13399103.

HSL color Cylindrical-coordinate representation of color #3F74CC: hue angle of 217.45º degrees, saturation: 0.58, 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 #3F74CC is Cyan = 0.69, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 63 116 204 -
CMYK 0.69 0.43 0 0.2
HSL 217.45º 0.58% 0.52% -
HSV(B) 217.45º 0.69% 0.8% -
XYZ 19.19 17.91 59.57 -
YUV 110.19 180.94 94.34 -
System Red Green Blue C M Y K H S L
Decimal 63 116 204 0.69 0.43 0 0.2 217.45 0.58 0.52
Hex 3F 74 CC 45 2B 0 14 D9 3A 34
Octal 77 164 314 105 53 0 24 331 72 64
Binary 111111 1110100 11001100 1000101 101011 0 10100 11011001 111010 110100

Color Harmonies of #3F74CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F74CC

Black with #3F74CC

Text Example


Text Example

White with #3F74CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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