#3785AE

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

Shades of Curious Blue #3785AE

Tints of Curious Blue #3785AE

Color information

#3785AE (or 0x3785AE) is unknown color: approx Curious Blue. HEX triplet: 37, 85 and AE. RGB value is (55,133,174). Sum of RGB (Red+Green+Blue) = 55+133+174=362 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.19% from 362); Green value is 133 (52.34% from 255 or 36.74% from 362); Blue value is 174 (68.36% from 255 or 48.07% from 362); Max value from RGB is 174 - color contains mainly: blue. Hex color #3785AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3785AE is #C87A51. Grayscale: #727272. Windows color (decimal): -13138514 or 11437367. OLE color: 11437367.

HSL color Cylindrical-coordinate representation of color #3785AE: hue angle of 200.67º 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 #3785AE is Cyan = 0.68, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB55133174-
CMYK0.680.2400.32
HSL200.67º51.97%44.9%-
HSV(B)200.67º68.39%68.24%-
XYZ17.620.6443.1-
YUV114.35161.6685.67-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 15.19%
GREEN value IS 133 (52.34% from 255) = 36.74%
BLUE value IS 174 (68.36% from 255) = 48.07%
R=15.19%
G=36.74%
B=48.07%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal551331740.680.2400.32200.6751.9744.9
Hex3785AE4418020c9342d
Octal67205256104300403116455
Binary1101111000010110101110100010011000010000011001001110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3785AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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