#3291C8

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

Shades of Curious Blue #3291C8

Tints of Curious Blue #3291C8

Color information

#3291C8 (or 0x3291C8) is unknown color: approx Curious Blue. HEX triplet: 32, 91 and C8. RGB value is (50,145,200). Sum of RGB (Red+Green+Blue) = 50+145+200=395 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.66% from 395); Green value is 145 (57.03% from 255 or 36.71% from 395); Blue value is 200 (78.52% from 255 or 50.63% from 395); Max value from RGB is 200 - color contains mainly: blue. Hex color #3291C8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3291C8 is #CD6E37. Grayscale: #7A7A7A. Windows color (decimal): -13463096 or 13144370. OLE color: 13144370.

HSL color Cylindrical-coordinate representation of color #3291C8: hue angle of 202º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3291C8 is Cyan = 0.75, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB50145200-
CMYK0.750.2800.22
HSL202º60%49.02%-
HSV(B)202º75%78.43%-
XYZ21.8725.158.34-
YUV122.86171.5376.03-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 12.66%
GREEN value IS 145 (57.03% from 255) = 36.71%
BLUE value IS 200 (78.52% from 255) = 50.63%
R=12.66%
G=36.71%
B=50.63%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal501452000.750.2800.222026049.02
Hex3291C84B1C016ca3c31
Octal62221310113340263127461
Binary110010100100011100100010010111110001011011001010111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3291C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3291C8; }

 p { color: rgb(50,145,200); }

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

<style>
 a { background-color: #3291C8; }

 a { background-color: rgb(50,145,200); }

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

<style>
 span { border-color: #3291C8; }

 span { border-color: rgb(50,145,200); }

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