#3785B2

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

Shades of Curious Blue #3785B2

Tints of Curious Blue #3785B2

Color information

#3785B2 (or 0x3785B2) is unknown color: approx Curious Blue. HEX triplet: 37, 85 and B2. RGB value is (55,133,178). Sum of RGB (Red+Green+Blue) = 55+133+178=366 (48% of max value = 765). Red value is 55 (21.88% from 255 or 15.03% from 366); Green value is 133 (52.34% from 255 or 36.34% from 366); Blue value is 178 (69.92% from 255 or 48.63% from 366); Max value from RGB is 178 - color contains mainly: blue. Hex color #3785B2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3785B2 is #C87A4D. Grayscale: #727272. Windows color (decimal): -13138510 or 11699511. OLE color: 11699511.

HSL color Cylindrical-coordinate representation of color #3785B2: hue angle of 201.95º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3785B2 is Cyan = 0.69, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB55133178-
CMYK0.690.2500.30
HSL201.95º52.79%45.69%-
HSV(B)201.95º69.1%69.8%-
XYZ1820.845.19-
YUV114.81163.6685.34-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 15.03%
GREEN value IS 133 (52.34% from 255) = 36.34%
BLUE value IS 178 (69.92% from 255) = 48.63%
R=15.03%
G=36.34%
B=48.63%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal551331780.690.2500.30201.9552.7945.69
Hex3785B2451901Eca352e
Octal67205262105310363126556
Binary110111100001011011001010001011100101111011001010110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3785B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3785B2; }

 p { color: rgb(55,133,178); }

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

<style>
 a { background-color: #3785B2; }

 a { background-color: rgb(55,133,178); }

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

<style>
 span { border-color: #3785B2; }

 span { border-color: rgb(55,133,178); }

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