#3876B8

Color #3876B8 Curious Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Curious Blue #3876B8

Tints of Curious Blue #3876B8

Color information

#3876B8 (or 0x3876B8) is unknown color: approx Curious Blue. HEX triplet: 38, 76 and B8. RGB value is (56,118,184). Sum of RGB (Red+Green+Blue) = 56+118+184=358 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.64% from 358); Green value is 118 (46.48% from 255 or 32.96% from 358); Blue value is 184 (72.27% from 255 or 51.40% from 358); Max value from RGB is 184 - color contains mainly: blue. Hex color #3876B8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3876B8 is #C78947. Grayscale: #6A6A6A. Windows color (decimal): -13076808 or 12088888. OLE color: 12088888.

HSL color Cylindrical-coordinate representation of color #3876B8: hue angle of 210.94º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3876B8 is Cyan = 0.70, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB56118184-
CMYK0.700.3600.28
HSL210.94º53.33%47.06%-
HSV(B)210.94º69.57%72.16%-
XYZ16.7617.2647.8-
YUV106.99171.4691.63-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.64%
GREEN value IS 118 (46.48% from 255) = 32.96%
BLUE value IS 184 (72.27% from 255) = 51.40%
R=15.64%
G=32.96%
B=51.40%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal561181840.700.3600.28210.9453.3347.06
Hex3876B8462401Cd3352f
Octal70166270106440343236557
Binary111000111011010111000100011010010001110011010011110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3876B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #3876B8;
 }
 .AnyTagClassName
 {
   color: #3876B8;
 }
</style>
background-color css

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

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

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

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

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

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