Html Css Color HEX #3876BA Curious Blue

📋 copy color: '#3876BA'

red 56 ◦ green 118 ◦ blue 186

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

Shades of Curious Blue #3876BA

Tints of Curious Blue #3876BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 51.67%

R = 15.56%
G = 32.78%
B = 51.67%

CMYK

 C value IS 0.70

 M value IS 0.37

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3876BA (or 0x3876BA) is known color: Curious Blue. HEX triplet: 38, 76 and BA. RGB value is (56,118,186). Sum of RGB (Red+Green+Blue) = 56+118+186=360 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.56% from 360); Green value is 118 (46.48% from 255 or 32.78% from 360); Blue value is 186 (73.05% from 255 or 51.67% from 360); Max value from RGB is 186 - color contains mainly: blue. Hex color #3876BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3876BA is #C78945. Grayscale: #6A6A6A. Windows color (decimal): -13076806 or 12219960. OLE color: 12219960.

HSL color Cylindrical-coordinate representation of color #3876BA: hue angle of 211.38º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3876BA is Cyan = 0.70, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 56 118 186 -
CMYK 0.70 0.37 0 0.27
HSL 211.38º 0.54% 0.47% -
HSV(B) 211.38º 0.7% 0.73% -
XYZ 16.97 17.34 48.91 -
YUV 107.21 172.46 91.47 -
System Red Green Blue C M Y K H S L
Decimal 56 118 186 0.70 0.37 0 0.27 211.38 0.54 0.47
Hex 38 76 BA 46 25 0 1B D3 36 2F
Octal 70 166 272 106 45 0 33 323 66 57
Binary 111000 1110110 10111010 1000110 100101 0 11011 11010011 110110 101111

Color Harmonies of #3876BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3876BA

Black with #3876BA

Text Example


Text Example

White with #3876BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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