Html Css Color HEX #3F76CC Royal Blue

📋 copy color: '#3F76CC'

red 63 ◦ green 118 ◦ blue 204

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

Shades of Royal Blue #3F76CC

Tints of Royal Blue #3F76CC

RGB

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

 GREEN value IS 118 (46.48% from 255) = 30.65%

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

R = 16.36%
G = 30.65%
B = 52.99%

CMYK

 C value IS 0.69

 M value IS 0.42

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3F76CC (or 0x3F76CC) is known color: Royal Blue. HEX triplet: 3F, 76 and CC. RGB value is (63,118,204). Sum of RGB (Red+Green+Blue) = 63+118+204=385 (50% of max value = 765). Red value is 63 (25% from 255 or 16.36% from 385); Green value is 118 (46.48% from 255 or 30.65% from 385); Blue value is 204 (80.08% from 255 or 52.99% from 385); Max value from RGB is 204 - color contains mainly: blue. Hex color #3F76CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F76CC is #C08933. Grayscale: #6E6E6E. Windows color (decimal): -12618036 or 13399615. OLE color: 13399615.

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

Color convert

RGB 63 118 204 -
CMYK 0.69 0.42 0 0.2
HSL 216.6º 0.58% 0.52% -
HSV(B) 216.6º 0.69% 0.8% -
XYZ 19.43 18.37 59.65 -
YUV 111.36 180.28 93.51 -
System Red Green Blue C M Y K H S L
Decimal 63 118 204 0.69 0.42 0 0.2 216.6 0.58 0.52
Hex 3F 76 CC 45 2A 0 14 D9 3A 34
Octal 77 166 314 105 52 0 24 331 72 64
Binary 111111 1110110 11001100 1000101 101010 0 10100 11011001 111010 110100

Color Harmonies of #3F76CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F76CC

Black with #3F76CC

Text Example


Text Example

White with #3F76CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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