Html Css Color HEX #3876B3 Curious Blue

📋 copy color: '#3876B3'

red 56 ◦ green 118 ◦ blue 179

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

Shades of Curious Blue #3876B3

Tints of Curious Blue #3876B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 50.71%

R = 15.86%
G = 33.43%
B = 50.71%

CMYK

 C value IS 0.69

 M value IS 0.34

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#3876B3 (or 0x3876B3) is known color: Curious Blue. HEX triplet: 38, 76 and B3. RGB value is (56,118,179). Sum of RGB (Red+Green+Blue) = 56+118+179=353 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.86% from 353); Green value is 118 (46.48% from 255 or 33.43% from 353); Blue value is 179 (70.31% from 255 or 50.71% from 353); Max value from RGB is 179 - color contains mainly: blue. Hex color #3876B3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3876B3 is #C7894C. Grayscale: #6A6A6A. Windows color (decimal): -13076813 or 11761208. OLE color: 11761208.

HSL color Cylindrical-coordinate representation of color #3876B3: hue angle of 209.76º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3876B3 is Cyan = 0.69, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 56 118 179 -
CMYK 0.69 0.34 0 0.30
HSL 209.76º 0.52% 0.46% -
HSV(B) 209.76º 0.69% 0.7% -
XYZ 16.25 17.05 45.08 -
YUV 106.42 168.96 92.04 -
System Red Green Blue C M Y K H S L
Decimal 56 118 179 0.69 0.34 0 0.30 209.76 0.52 0.46
Hex 38 76 B3 45 22 0 1E D2 34 2E
Octal 70 166 263 105 42 0 36 322 64 56
Binary 111000 1110110 10110011 1000101 100010 0 11110 11010010 110100 101110

Color Harmonies of #3876B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3876B3

Black with #3876B3

Text Example


Text Example

White with #3876B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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