#3375BB

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

Shades of Curious Blue #3375BB

Tints of Curious Blue #3375BB

Color information

#3375BB (or 0x3375BB) is unknown color: approx Curious Blue. HEX triplet: 33, 75 and BB. RGB value is (51,117,187). Sum of RGB (Red+Green+Blue) = 51+117+187=355 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.37% from 355); Green value is 117 (46.09% from 255 or 32.96% from 355); Blue value is 187 (73.44% from 255 or 52.68% from 355); Max value from RGB is 187 - color contains mainly: blue. Hex color #3375BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3375BB is #CC8A44. Grayscale: #686868. Windows color (decimal): -13404741 or 12285235. OLE color: 12285235.

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

Color convert

RGB51117187-
CMYK0.730.3700.27
HSL210.88º57.14%46.67%-
HSV(B)210.88º72.73%73.33%-
XYZ16.717.0149.42-
YUV105.25174.1389.31-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 14.37%
GREEN value IS 117 (46.09% from 255) = 32.96%
BLUE value IS 187 (73.44% from 255) = 52.68%
R=14.37%
G=32.96%
B=52.68%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal511171870.730.3700.27210.8857.1446.67
Hex3375BB492501Bd3392f
Octal63165273111450333237157
Binary110011111010110111011100100110010101101111010011111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3375BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,117,187); }

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

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

 a { background-color: rgb(51,117,187); }

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

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

 span { border-color: rgb(51,117,187); }

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