#3270C1

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

Shades of Curious Blue #3270C1

Tints of Curious Blue #3270C1

Color information

#3270C1 (or 0x3270C1) is unknown color: approx Curious Blue. HEX triplet: 32, 70 and C1. RGB value is (50,112,193). Sum of RGB (Red+Green+Blue) = 50+112+193=355 (47% of max value = 765). Red value is 50 (19.92% from 255 or 14.08% from 355); Green value is 112 (44.14% from 255 or 31.55% from 355); Blue value is 193 (75.78% from 255 or 54.37% from 355); Max value from RGB is 193 - color contains mainly: blue. Hex color #3270C1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3270C1 is #CD8F3E. Grayscale: #666666. Windows color (decimal): -13471551 or 12677170. OLE color: 12677170.

HSL color Cylindrical-coordinate representation of color #3270C1: hue angle of 213.99º 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 #3270C1 is Cyan = 0.74, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB50112193-
CMYK0.740.4200.24
HSL213.99º58.85%47.65%-
HSV(B)213.99º74.09%75.69%-
XYZ16.7416.1252.68-
YUV102.7178.9690.41-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.08%
GREEN value IS 112 (44.14% from 255) = 31.55%
BLUE value IS 193 (75.78% from 255) = 54.37%
R=14.08%
G=31.55%
B=54.37%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal501121930.740.4200.24213.9958.8547.65
Hex3270C14A2A018d63b30
Octal62160301112520303267360
Binary110010111000011000001100101010101001100011010110111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3270C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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