#3270BB

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

Shades of Curious Blue #3270BB

Tints of Curious Blue #3270BB

Color information

#3270BB (or 0x3270BB) is unknown color: approx Curious Blue. HEX triplet: 32, 70 and BB. RGB value is (50,112,187). Sum of RGB (Red+Green+Blue) = 50+112+187=349 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.33% from 349); Green value is 112 (44.14% from 255 or 32.09% from 349); Blue value is 187 (73.44% from 255 or 53.58% from 349); Max value from RGB is 187 - color contains mainly: blue. Hex color #3270BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3270BB is #CD8F44. Grayscale: #656565. Windows color (decimal): -13471557 or 12283954. OLE color: 12283954.

HSL color Cylindrical-coordinate representation of color #3270BB: hue angle of 212.85º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3270BB is Cyan = 0.73, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB50112187-
CMYK0.730.4000.27
HSL212.85º57.81%46.47%-
HSV(B)212.85º73.26%73.33%-
XYZ16.0815.8549.23-
YUV102.01175.9690.9-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.33%
GREEN value IS 112 (44.14% from 255) = 32.09%
BLUE value IS 187 (73.44% from 255) = 53.58%
R=14.33%
G=32.09%
B=53.58%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal501121870.730.4000.27212.8557.8146.47
Hex3270BB492801Bd53a2e
Octal62160273111500333257256
Binary110010111000010111011100100110100001101111010101111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3270BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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