#3275C1

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

Shades of Curious Blue #3275C1

Tints of Curious Blue #3275C1

Color information

#3275C1 (or 0x3275C1) is unknown color: approx Curious Blue. HEX triplet: 32, 75 and C1. RGB value is (50,117,193). Sum of RGB (Red+Green+Blue) = 50+117+193=360 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.89% from 360); Green value is 117 (46.09% from 255 or 32.5% from 360); Blue value is 193 (75.78% from 255 or 53.61% from 360); Max value from RGB is 193 - color contains mainly: blue. Hex color #3275C1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3275C1 is #CD8A3E. Grayscale: #696969. Windows color (decimal): -13470271 or 12678450. OLE color: 12678450.

HSL color Cylindrical-coordinate representation of color #3275C1: hue angle of 211.89º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3275C1 is Cyan = 0.74, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB50117193-
CMYK0.740.3900.24
HSL211.89º58.85%47.65%-
HSV(B)211.89º74.09%75.69%-
XYZ17.317.2552.87-
YUV105.63177.388.32-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 13.89%
GREEN value IS 117 (46.09% from 255) = 32.5%
BLUE value IS 193 (75.78% from 255) = 53.61%
R=13.89%
G=32.5%
B=53.61%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal501171930.740.3900.24211.8958.8547.65
Hex3275C14A27018d43b30
Octal62165301112470303247360
Binary110010111010111000001100101010011101100011010100111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3275C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3275C1; }

 p { color: rgb(50,117,193); }

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

<style>
 a { background-color: #3275C1; }

 a { background-color: rgb(50,117,193); }

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

<style>
 span { border-color: #3275C1; }

 span { border-color: rgb(50,117,193); }

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