#3B91D3

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

Shades of Curious Blue #3B91D3

Tints of Curious Blue #3B91D3

Color information

#3B91D3 (or 0x3B91D3) is unknown color: approx Curious Blue. HEX triplet: 3B, 91 and D3. RGB value is (59,145,211). Sum of RGB (Red+Green+Blue) = 59+145+211=415 (54% of max value = 765). Red value is 59 (23.44% from 255 or 14.22% from 415); Green value is 145 (57.03% from 255 or 34.94% from 415); Blue value is 211 (82.81% from 255 or 50.84% from 415); Max value from RGB is 211 - color contains mainly: blue. Hex color #3B91D3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3B91D3 is #C46E2C. Grayscale: #7E7E7E. Windows color (decimal): -12873261 or 13865275. OLE color: 13865275.

HSL color Cylindrical-coordinate representation of color #3B91D3: hue angle of 206.05º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3B91D3 is Cyan = 0.72, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB59145211-
CMYK0.720.3100.17
HSL206.05º63.33%52.94%-
HSV(B)206.05º72.04%82.75%-
XYZ23.6925.8865.38-
YUV126.81175.5179.63-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 14.22%
GREEN value IS 145 (57.03% from 255) = 34.94%
BLUE value IS 211 (82.81% from 255) = 50.84%
R=14.22%
G=34.94%
B=50.84%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal591452110.720.3100.17206.0563.3352.94
Hex3B91D3481F011ce3f35
Octal73221323110370213167765
Binary111011100100011101001110010001111101000111001110111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B91D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,145,211); }

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

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

 a { background-color: rgb(59,145,211); }

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

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

 span { border-color: rgb(59,145,211); }

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