#3B76C1

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

Shades of Curious Blue #3B76C1

Tints of Curious Blue #3B76C1

Color information

#3B76C1 (or 0x3B76C1) is unknown color: approx Curious Blue. HEX triplet: 3B, 76 and C1. RGB value is (59,118,193). Sum of RGB (Red+Green+Blue) = 59+118+193=370 (49% of max value = 765). Red value is 59 (23.44% from 255 or 15.95% from 370); Green value is 118 (46.48% from 255 or 31.89% from 370); Blue value is 193 (75.78% from 255 or 52.16% from 370); Max value from RGB is 193 - color contains mainly: blue. Hex color #3B76C1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3B76C1 is #C4893E. Grayscale: #6C6C6C. Windows color (decimal): -12880191 or 12678715. OLE color: 12678715.

HSL color Cylindrical-coordinate representation of color #3B76C1: hue angle of 213.58º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3B76C1 is Cyan = 0.69, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB59118193-
CMYK0.690.3900.24
HSL213.58º53.17%49.41%-
HSV(B)213.58º69.43%75.69%-
XYZ17.9117.7452.93-
YUV108.91175.4592.4-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 15.95%
GREEN value IS 118 (46.48% from 255) = 31.89%
BLUE value IS 193 (75.78% from 255) = 52.16%
R=15.95%
G=31.89%
B=52.16%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal591181930.690.3900.24213.5853.1749.41
Hex3B76C14527018d63531
Octal73166301105470303266561
Binary111011111011011000001100010110011101100011010110110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B76C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,118,193); }

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

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

 a { background-color: rgb(59,118,193); }

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

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

 span { border-color: rgb(59,118,193); }

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