Html Css Color HEX #3876F2 Royal Blue

📋 copy color: '#3876F2'

red 56 ◦ green 118 ◦ blue 242

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

Shades of Royal Blue #3876F2

Tints of Royal Blue #3876F2

RGB

 RED value IS 56 (22.27% from 255) = 13.46%

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

 BLUE value IS 242 (94.92% from 255) = 58.17%

R = 13.46%
G = 28.37%
B = 58.17%

CMYK

 C value IS 0.77

 M value IS 0.51

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#3876F2 (or 0x3876F2) is known color: Royal Blue. HEX triplet: 38, 76 and F2. RGB value is (56,118,242). Sum of RGB (Red+Green+Blue) = 56+118+242=416 (55% of max value = 765). Red value is 56 (22.27% from 255 or 13.46% from 416); Green value is 118 (46.48% from 255 or 28.37% from 416); Blue value is 242 (94.92% from 255 or 58.17% from 416); Max value from RGB is 242 - color contains mainly: blue. Hex color #3876F2 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3876F2 is #C7890D. Grayscale: #717171. Windows color (decimal): -13076750 or 15889976. OLE color: 15889976.

HSL color Cylindrical-coordinate representation of color #3876F2: hue angle of 220º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3876F2 is Cyan = 0.77, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 56 118 242 -
CMYK 0.77 0.51 0 0.05
HSL 220º 0.88% 0.58% -
HSV(B) 220º 0.77% 0.95% -
XYZ 24.14 20.21 86.63 -
YUV 113.6 200.46 86.92 -
System Red Green Blue C M Y K H S L
Decimal 56 118 242 0.77 0.51 0 0.05 220 0.88 0.58
Hex 38 76 F2 4D 33 0 5 DC 58 3A
Octal 70 166 362 115 63 0 5 334 130 72
Binary 111000 1110110 11110010 1001101 110011 0 101 11011100 1011000 111010

Color Harmonies of #3876F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3876F2

Black with #3876F2

Text Example


Text Example

White with #3876F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3876F2; }

 p { color: rgb(56,118,242); }

 H1.HeaderClassName
 {
   color: #3876F2;
 }
 .AnyTagClassName
 {
   color: #3876F2;
 }
</style>

background-color css

<style>
 a { background-color: #3876F2; }

 a { background-color: rgb(56,118,242); }

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

border-color css

<style>
 span { border-color: #3876F2; }

 span { border-color: rgb(56,118,242); }

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