#3785AD

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

Shades of Curious Blue #3785AD

Tints of Curious Blue #3785AD

Color information

#3785AD (or 0x3785AD) is unknown color: approx Curious Blue. HEX triplet: 37, 85 and AD. RGB value is (55,133,173). Sum of RGB (Red+Green+Blue) = 55+133+173=361 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.24% from 361); Green value is 133 (52.34% from 255 or 36.84% from 361); Blue value is 173 (67.97% from 255 or 47.92% from 361); Max value from RGB is 173 - color contains mainly: blue. Hex color #3785AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3785AD is #C87A52. Grayscale: #727272. Windows color (decimal): -13138515 or 11371831. OLE color: 11371831.

HSL color Cylindrical-coordinate representation of color #3785AD: hue angle of 200.34º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3785AD is Cyan = 0.68, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB55133173-
CMYK0.680.2300.32
HSL200.34º51.75%44.71%-
HSV(B)200.34º68.21%67.84%-
XYZ17.5120.642.59-
YUV114.24161.1685.75-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 15.24%
GREEN value IS 133 (52.34% from 255) = 36.84%
BLUE value IS 173 (67.97% from 255) = 47.92%
R=15.24%
G=36.84%
B=47.92%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal551331730.680.2300.32200.3451.7544.71
Hex3785AD4417020c8342d
Octal67205255104270403106455
Binary1101111000010110101101100010010111010000011001000110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3785AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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