#3375BA

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

Shades of Curious Blue #3375BA

Tints of Curious Blue #3375BA

Color information

#3375BA (or 0x3375BA) is unknown color: approx Curious Blue. HEX triplet: 33, 75 and BA. RGB value is (51,117,186). Sum of RGB (Red+Green+Blue) = 51+117+186=354 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.41% from 354); Green value is 117 (46.09% from 255 or 33.05% from 354); Blue value is 186 (73.05% from 255 or 52.54% from 354); Max value from RGB is 186 - color contains mainly: blue. Hex color #3375BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3375BA is #CC8A45. Grayscale: #686868. Windows color (decimal): -13404742 or 12219699. OLE color: 12219699.

HSL color Cylindrical-coordinate representation of color #3375BA: hue angle of 210.67º degrees, saturation: 0.57, 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 #3375BA is Cyan = 0.73, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB51117186-
CMYK0.730.3700.27
HSL210.67º56.96%46.47%-
HSV(B)210.67º72.58%72.94%-
XYZ16.5916.9748.86-
YUV105.13173.6389.39-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 14.41%
GREEN value IS 117 (46.09% from 255) = 33.05%
BLUE value IS 186 (73.05% from 255) = 52.54%
R=14.41%
G=33.05%
B=52.54%

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
Decimal511171860.730.3700.27210.6756.9646.47
Hex3375BA492501Bd3392e
Octal63165272111450333237156
Binary110011111010110111010100100110010101101111010011111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3375BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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