Html Css Color HEX #3F77CC Royal Blue

📋 copy color: '#3F77CC'

red 63 ◦ green 119 ◦ blue 204

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

Shades of Royal Blue #3F77CC

Tints of Royal Blue #3F77CC

RGB

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

 GREEN value IS 119 (46.88% from 255) = 30.83%

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

R = 16.32%
G = 30.83%
B = 52.85%

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

#3F77CC (or 0x3F77CC) is known color: Royal Blue. HEX triplet: 3F, 77 and CC. RGB value is (63,119,204). Sum of RGB (Red+Green+Blue) = 63+119+204=386 (51% of max value = 765). Red value is 63 (25% from 255 or 16.32% from 386); Green value is 119 (46.88% from 255 or 30.83% from 386); Blue value is 204 (80.08% from 255 or 52.85% from 386); Max value from RGB is 204 - color contains mainly: blue. Hex color #3F77CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F77CC is #C08833. Grayscale: #6F6F6F. Windows color (decimal): -12617780 or 13399871. OLE color: 13399871.

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

Color convert

RGB 63 119 204 -
CMYK 0.69 0.42 0 0.2
HSL 216.17º 0.58% 0.52% -
HSV(B) 216.17º 0.69% 0.8% -
XYZ 19.55 18.61 59.69 -
YUV 111.95 179.95 93.09 -
System Red Green Blue C M Y K H S L
Decimal 63 119 204 0.69 0.42 0 0.2 216.17 0.58 0.52
Hex 3F 77 CC 45 2A 0 14 D8 3A 34
Octal 77 167 314 105 52 0 24 330 72 64
Binary 111111 1110111 11001100 1000101 101010 0 10100 11011000 111010 110100

Color Harmonies of #3F77CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F77CC

Black with #3F77CC

Text Example


Text Example

White with #3F77CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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